Loading audio tools…
Loading audio tools…
Trim any audio file to exact timestamps. All processing happens locally in your browser.
Sometimes you don't need to edit a whole recording — you just need one clip out of it: a highlight from a podcast, the useful part of a voice memo, or a music sample for a specific length. This tool lets you pick an exact start and end point on a waveform, preview the selection, and export just that range as a lossless WAV file. There's no re-encoding through a second codec and no quality loss — what plays back in the preview is exactly what downloads. Because trimming happens locally using the Web Audio API, your file is decoded, cut, and re-exported entirely in your browser without ever being uploaded anywhere.
Your audio never leaves your browser. All processing uses the Web Audio API locally.
Drop an audio file to trim
or click to browse — MP3, WAV, OGG, AAC, FLAC, M4A
Upload your audio file
Click 'Choose File' or drag and drop your audio onto the upload area. Supports MP3, WAV, OGG, AAC, and FLAC.
Set the start and end time
Drag the start and end sliders to select the exact portion of audio you want to keep.
Preview in the player
Hit play to listen to the trimmed segment before committing to the cut.
Click Trim Audio and download
Click the Trim Audio button. The trimmed clip is exported as a lossless WAV file ready to download.
Trimming is the simplest kind of audio edit: you pick a start timestamp and an end timestamp, and everything outside that range is discarded. Under the hood, the tool decodes your uploaded file into raw PCM samples using the Web Audio API, calculates which sample indices correspond to your chosen start and end times, and copies out just that slice. Because it's working directly with the decoded sample data rather than passing the file through a lossy encoder again, there's no generational quality loss — the kept portion sounds identical to the same section in the original file. That's different from re-encoding, where every pass through a lossy codec like MP3 throws away a little more detail.
People reach for a trim tool for very specific reasons: pulling a highlight clip out of a longer podcast episode, cutting a voice memo down to just the useful part, isolating a music sample of a set length, or removing a long lead-in before a recording actually starts. It's a single-range operation by design — you keep one continuous stretch of audio between two points. If what you actually need is to remove scattered pauses and dead air throughout an entire recording rather than cut to one range, that's a different job better handled by Silence Remover, which scans the whole waveform instead of just two endpoints. Many people run trim first to establish rough boundaries, then run silence removal on the trimmed result to tighten pacing inside that range.
Precision matters more than it seems for trimming. Dragging a slider gets you close, but spoken words have sharp attack transients — cut half a frame too early and you clip the first consonant of a sentence. That's why the tool supports typing exact timestamps directly, which lets you nudge a cut point by fractions of a second after previewing the rough selection. The waveform preview player exists specifically so you can confirm the cut sounds clean before committing, rather than discovering a clipped word only after downloading.
The output always exports as WAV regardless of what format you uploaded — MP3, OGG, AAC, and FLAC are all supported as input. Exporting to WAV rather than trying to re-encode back into the original compressed format avoids stacking a second lossy pass on top of whatever compression the source file already had. If you specifically need the trimmed clip in MP3 or another compressed format afterward, run the WAV output through a dedicated converter as a separate step. Since everything runs client-side, there's no server-imposed file size limit — the only constraint is how much audio your device's memory can hold while decoding and processing.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated:
Your audio files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your audio files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory