How to cut an MP3 (for ringtones, podcast clips, and sample cuts)
Trimming an MP3 to a specific range should take 10 seconds. It usually doesn't because most tools re-encode and add fade artifacts. Here's how to cut cleanly.
What people actually cut MP3s for
Threads on r/audioengineering, r/podcasts, and r/Android show the same handful of reasons repeatedly:
- Making a ringtone. iOS wants โค30 seconds; Android is more flexible but the "good" length is still 15-30 seconds.
- Clipping a podcast highlight to share on Twitter/X, LinkedIn, or Discord.
- Trimming silence from the start of a recording where the mic was hot before someone started talking.
- Extracting a sample from a longer track for use in a DJ set or a video edit.
- Splitting a long DJ mix or lecture into tracks by timestamp.
All five want the same thing: pick a start and end time, get a smaller MP3 that plays cleanly.
The cut-without-re-encoding trick
Most MP3 cutters re-encode the audio, which:
- Takes longer (has to decode then re-encode every second).
- Slightly reduces quality (MP3 is lossy โ re-encoding adds artifacts).
- Sometimes introduces a click at the cut point.
MP3 Cutter does stream copy by default โ the compressed MP3 data is cut and rewritten without re-encoding. Fast, lossless, no click.
The catch: cuts have to land on frame boundaries (MP3 is chunked into ~26 ms frames). If you need cuts at an exact millisecond, the tool snaps to the nearest frame โ usually invisible to human hearing, occasionally noticeable in music.
Making an iPhone ringtone
The specific requirements:
- Format: M4R (not MP3) โ iOS renames the file at import.
- Duration: โค30 seconds.
- File size: no strict limit but keep under 500 KB.
Workflow:
- Load the source MP3 into MP3 Cutter.
- Pick a 20-25 second range with a clear start (avoid mid-word cuts).
- Add a 200 ms fade-in and 500 ms fade-out at the ends. Otherwise the loop restart is jarring.
- Rename the downloaded file's extension from .mp3 to .m4r.
- Drop into GarageBand or iTunes and sync.
Android is much simpler: any MP3 in the /Ringtones folder shows up as a ringtone option. Skip the format step.
Trimming silence from the start
Common with podcast interviews and voice memos โ 3-5 seconds of near-silence before speech starts. Two approaches:
- Manual cut. Load into MP3 Cutter, find the moment speech begins (the waveform makes this obvious), set start point 200 ms before that.
- Auto-detect silence. Some cutters detect and trim leading/trailing silence automatically. Watch out for aggressive settings that cut into quiet speech.
Leaving 200 ms of quiet before the first word sounds more natural than cutting the instant sound starts.
Splitting a long recording into tracks
For lectures, DJ mixes, or long interviews you want as multiple files:
- Note the timestamps where each track should start (0:00, 12:30, 24:15, 37:00...).
- Load into MP3 Cutter which supports multiple cut points.
- Export as multiple files, each named by its position.
If you have chapter markers in an M4A/podcast source but a plain MP3 output is needed, cut at chapter timestamps then re-tag each output with track name and number.
Format follow-ups
- Need WAV instead of MP3 (for editing software that prefers uncompressed): MP3 to WAV.
- Joining multiple clips into a single MP3 (compilation, segue mix): Audio Merger.
- Source is a video file, not an MP3 yet: Extract Audio from Video first, then cut.
Common failure modes
- "Cut has a click at start/end." Add small fades (10-50 ms) at cut points. Prevents the discontinuity.
- "Ringtone doesn't show up in iOS." Either the extension isn't .m4r, or it's over 30 seconds, or you didn't sync via GarageBand/iTunes.
- "File size grew after cutting." Tool re-encoded at a higher bitrate than the source. Match the source bitrate on export.
- "Metadata (title, artist) disappeared." Some cutters strip ID3 tags. Re-add them post-cut, or use a cutter that preserves them.
The privacy piece
Voice memos, therapy recordings, private interviews, unreleased music โ audio you cut is often audio you specifically don't want on someone else's server. MP3 Cutter runs entirely in your browser. The source and the trimmed output both stay on your device.