Audio Splitter cuts an audio file into two parts at a single point you choose, using ffmpeg.wasm entirely in your browser — nothing is uploaded to a server. Move the slider to set exactly where the split happens.
Can I split into more than two parts?
Not in a single pass — this tool creates exactly two parts at one split point. Run the tool again on one of the resulting parts if you need further splits.
What output format do the parts use?
Both parts are saved as MP3, regardless of your original file's format.
Is there a file size limit?
No hard limit is enforced by the tool — you're limited by your browser's available memory.
Is my file uploaded anywhere?
No. Everything happens locally via ffmpeg.wasm — your file is never uploaded to a server.