100% on-device · nothing uploaded
Trim & cut audio (MP3, M4A, WAV)
Drop in an audio file, set where the clip should start and end, and cut it. The trim is lossless — the audio is copied, not re-encoded — and it all runs in this tab, so your file never leaves your device. Handy for ringtones, samples and podcast clips.
How to use it
- Choose an audio file — MP3, M4A, WAV, FLAC and OGG all work.
- Play it, then set the start and end: drag the handles, type the times, or snap either to the playhead.
- Trim, and the clip downloads in the same format it went in.
An audio frame is about a fortieth of a second
Compressed audio is stored in frames too, but they are tiny, and there is no keyframe equivalent because every frame decodes independently. An MP3 frame carries 1,152 samples, roughly 26 milliseconds at 44.1 kHz; an AAC frame carries 1,024, closer to 21 milliseconds at 48 kHz. A copied cut snaps to the nearest boundary, which lands it within a fortieth of a second of where you asked.
Granularity varies a little by format. WAV is uncompressed PCM with no frame structure at all, so a cut can fall on any individual sample. Opus commonly uses 20-millisecond frames. FLAC blocks are the coarsest here, often 4,096 samples or about 93 milliseconds, still well below anything an ear registers as a late start.
Two quirks that survive a lossless MP3 cut
MP3 encoders use a bit reservoir: a passage needing more bits than its frame budget allows borrows space left unused by earlier frames. A frame is therefore not always as self-contained in practice as in principle, and the opening frame of a clip can be missing borrowed data it expected. If it is audible at all, it is a brief roughness in the first fraction of a second. Nothing after it is affected.
The second is encoder delay. A LAME-encoded MP3 opens with a short run of padding samples and records their length in an Info or Xing header. Trim the file and that header still describes the original, so some players report the old duration or place a sliver of silence at the front. Players that count actual frames get it right, and for a ringtone or a podcast pull it makes no audible difference.
Questions
Is my audio uploaded to cut it?
No. The trimming happens in your browser, so the file is processed on your device and never sent anywhere. That is the point — you can cut a private recording without handing it to a stranger's server.
Does trimming re-compress the audio?
No. The clip is copied without re-encoding, so it stays bit-for-bit identical to the source — no generation loss, and it is instant. The output is the same format as the input.
Can I make a ringtone with it?
Yes. Cut the section you want and you have a clip ready to use. For an iPhone ringtone you may need to convert the result to M4R separately, since that is an Apple-specific container.
How precise is the cut?
For audio, effectively exact — audio frames are only tens of milliseconds long, so the copied cut lands right where you set it, unlike video where a lossless cut must snap to a keyframe.
What formats can it read?
MP3, M4A/AAC, WAV, FLAC and OGG/Opus. The clip comes back in the same format you put in.
Updated 2026-07-20. Runs fully in your browser — nothing is uploaded.