What This Tool Does
This cutter trims an audio file down to just the part you want — a ringtone from a song, a quote from a podcast, the usable take from a voice memo. Drop a file, drag the two handles around the region to keep, optionally fade the edges so the clip doesn't start or stop abruptly, and save the result as MP3 or WAV.
Everything happens on your device. There's no upload step and no server queue: the audio is decoded by your browser's own audio engine, and the cut is encoded locally too.
Picking the Region
The waveform shows the whole file at once, with the selected region highlighted and everything outside it dimmed. You can work at three levels of precision:
- Drag the handles for rough selection.
- Arrow keys nudge a focused handle by 0.1s (hold Shift for 1s steps).
- Type exact times — the Start and End fields accept
mm:ss.d(like1:23.4) or plain seconds (like83.4).
Fades That Match the Export
Fade in and fade out are linear ramps. Their length is 3 seconds, automatically shortened to a quarter of the selection for short clips — a 4-second ringtone gets 1-second fades, so it never sounds swallowed. The ramp is drawn on the waveform, and the preview applies the identical envelope you'll hear in the saved file.
MP3 or WAV Output
| Format | Best for | Size |
|---|---|---|
| MP3 | Ringtones, sharing, most uses | Small (~190 kbps VBR) |
| WAV | Further editing, archiving | Large (uncompressed) |
MP3 encoding runs in a background worker with live progress, so the page stays responsive even for long clips. WAV export is instant.
Your Audio Never Leaves Your Device
The decoder is your browser's own; the MP3 encoder is a small WebAssembly build of LAME that loads on first save. At no point are your files sent anywhere — close the tab and nothing remains.