The Audio Trimmer accepts MP3, WAV, OGG/Vorbis, FLAC, AAC, M4A, and WebM. The exact support depends on the codec implemented by the browser, but the most common formats work in all modern browsers.
Audio Trimmer
Trim and cut audio files in the browser with millisecond precision — no upload, 100% private.
Trim any audio segment with precision, no installation required
The Audio Trimmer uses the browser's Web Audio API to decode and cut audio files directly on your device. Select the start and end points visually on the waveform or type exact times in the input fields. The exported file is a lossless WAV, preserving the original quality of the selected segment.
Three steps to trim your audio
- Open or drag an audio file (MP3, WAV, OGG, FLAC, AAC, or M4A).
- Adjust the green region on the waveform to define the start and end, or edit the time fields manually.
- Click "Download trimmed audio" to save the selected segment in WAV format.
Sources and references for this tool
These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.
- AudioBuffer — Web APIsMDN Web Docs — Interface representing a decoded audio buffer in memory — foundation of sample-level trimming.
- BaseAudioContext.decodeAudioData() — Web APIsMDN Web Docs — Asynchronous method that decodes compressed audio data into an AudioBuffer.
- Web Audio API — Web APIsMDN Web Docs — Specification for the native audio processing API in modern browsers.