Audio Trimmer cuts a section out of an audio file using ffmpeg.wasm's fast stream-copy trimming, entirely in your browser — nothing is uploaded to a server. Set start and end points with the sliders to keep only the section you need.
Is Audio Trimmer free to use?
Yes, it's completely free with no signup required.
What audio formats can I trim?
Any format ffmpeg.wasm can decode for input.
Will the output always play correctly as MP3?
The tool uses fast stream-copy trimming (no re-encoding) and always names the result with an .mp3 extension — this works cleanly when your source is already MP3. Trimming other formats (WAV, FLAC, etc.) this way can occasionally produce a file whose extension doesn't match its actual encoding.
Is my file uploaded anywhere?
No. Everything happens locally via ffmpeg.wasm — your file is never uploaded to a server.