Cut audio on a real waveform — instant lossless WAV or 320k MP3 export. 100% in-browser.
Drop an audio file, drag handles on the waveform, and export WAV or MP3
Audio trimming runs entirely in your browser using the Web Audio API and ffmpeg.wasm. Your file is never uploaded to any server.
The waveform you see is computed from the actual decoded samples: the Web Audio API decodes the whole file to PCM, and the tool draws min/max peak pairs per pixel column. Trimming then works on those same samples — the WAV path copies the selected float samples straight into a 16-bit PCM file (44-byte header + interleaved data), which is instant and bit-exact. The MP3 path hands the file to ffmpeg with -ss/-t and re-encodes at 320 kbps — smaller files, one lossy generation added. Decode support depends on your browser: MP3, WAV, and M4A/AAC work everywhere; OGG/FLAC can fail on Safari (convert first).
WAV export is a pure memory copy of the selected samples; MP3 export re-encodes for a smaller file.
Marco records a 45-second voice memo that starts with 2.5 s of fumbling and ends with 2.5 s of table noise.
Trim audio on a real waveform: lossless WAV or 320k MP3 export. In-browser, free.
The Audio Trimmer decodes your audio with the Web Audio API, draws the true waveform, and lets you drag dual handles (with keyboard control) to select a region. Preview loops the selection, then you export: instant bit-exact WAV or ffmpeg-encoded 320k MP3. Everything runs locally.
Drop an audio file and wait a moment while it decodes. Drag the handles to select the segment, press Loop selection to verify, pick WAV or MP3, and export. The result plays inline before you download.
WAV export slices the already-decoded samples straight into a 16-bit PCM file — instant and bit-exact, since it is a pure memory copy. MP3 export runs the original file through ffmpeg with -ss/-t and re-encodes at 320 kbps — smaller files, with one lossy generation added.
The Web Audio decoder depends on your browser: MP3, WAV, and M4A/AAC decode everywhere, while OGG and FLAC can fail on Safari. Convert the file to MP3 or WAV first (Audio Converter), then trim it.
It is real. The Web Audio API decodes your entire file to PCM samples, and the canvas draws the min/max peak pair of every pixel column from those samples — the same samples the WAV export later writes out.
Why did the elephant paint its toenails red?
No paywalls, no signups, no data sold. Built by a solo developer who believes useful tools should be accessible to everyone.
☕Support me on Ko-fi— keep tools free100% of proceeds go towards hosting & building more free tools.