Audio Trimmer
Cut and trim audio files with precision. Visual waveform editor for exact timing.
Drop an audio file here
or click to browse • Supports MP3, WAV, OGG, M4A, FLAC
🔒 Privacy First
All trimming happens in your browser. Your audio files are never uploaded to any server.
How to Trim Audio
1. Upload
Drag & drop or select your audio file
2. View Waveform
See the visual representation of your audio
3. Select Range
Drag handles to select the portion to keep
4. Download
Export your trimmed audio as WAV
Features
Waveform Visualization
See your audio visually for precise editing
Precise Timing
Set start and end points down to milliseconds
Preview Selection
Listen to your selection before exporting
100% Private
Files never leave your browser
What People Trim Audio For — And The Right Approach
Audio trimming covers everything from making a ringtone to chopping a 2-hour podcast into chapters. The "right" trim approach changes with the source. Reference table from the most-searched audio trimming use cases:
| Use case | Typical clip length | Trim approach | Output format |
|---|---|---|---|
| Custom phone ringtone | 25–35 sec | Pick a hook segment, fade in/out edges | M4R (iOS) / MP3 (Android) |
| Podcast intro/outro extraction | 15–60 sec | Cut leading silence, preserve fade tail | WAV → re-encode MP3 192 kbps |
| Audiobook chapter split | 10–40 min | Cut at natural pauses between chapters | MP3 64–96 kbps (mono OK) |
| Voice-over for video | 5 sec – 5 min | Match exact video timing, trim "umm"s | WAV (for video editor) |
| Song hook for social reel | 15–30 sec | Start on a beat, end on a beat | MP3 128 kbps (Instagram caps) |
| Remove silence from voice memo | varies | Cut leading/trailing dead-air gaps | Original format (lossless re-save) |
| Demo reel / portfolio clip | 30–90 sec | Pick your strongest 30 seconds | WAV → MP3 256 kbps |
| Lecture / webinar highlight | 1–10 min | Trim around the actual answer | MP3 96 kbps mono |
| Music sample for production | 0.5–8 sec | Tight ms-precise cut on transient | WAV 24-bit (preserve dynamics) |
The tool above supports all of these. For format conversion after trimming, use our Audio Converter; for size reduction, use Audio Compressor.
Why Most "MP3 Cutters" Quietly Destroy Your Audio Quality
If you've ever wondered why your edited ringtone sounds slightly worse than the original song, it's not your imagination. Most online "MP3 trimmer" tools commit the cardinal sin of audio editing: they re-encode lossy audio back into lossy audio. Here's what actually happens and how to avoid it.
| Workflow | Quality after trim | Why |
|---|---|---|
| MP3 → trim → re-save MP3 | ⚠ Compounded loss | Original MP3 already discarded frequencies. The trim tool decodes, re-encodes, discarding MORE frequencies. Audible muddiness on cymbals/sibilants. |
| MP3 → trim → save as WAV | ✓ Frozen at original | WAV is lossless — captures exactly what the MP3 decoder produced. No further degradation. File is ~10× larger though. |
| MP3 → trim → WAV → re-encode MP3 256 kbps | ✓ Near-original | High-bitrate re-encode preserves more of what the WAV captured. Final quality > trim-to-MP3 path. |
| WAV/FLAC → trim → save as WAV/FLAC | ✓ Bit-perfect | Lossless in, lossless out. Zero quality loss — use this path for any audio that started lossless. |
This is why our trimmer outputs WAV by default. It's not a lazy choice — it's the technically correct one. The decoded audio is captured losslessly so you keep options open. If you need a small MP3 file (for a ringtone or social media upload), run the trimmed WAV through our audio converter at 192–256 kbps. Net result: better quality than any "MP3 cutter" that re-encodes in one step.
The exception: if you're trimming for a low-stakes use (voice memo notes, audiobook chapters for personal listening, dialogue clips for video subtitling), the quality loss is imperceptible. Skip the re-encode dance and just trim → WAV → done. The "two-step" workflow only matters when audio quality is the product (music, podcasts, professional voice work).
Audio Trim Recipes — Common Tasks, Step by Step
Five real workflows people use this tool for, with the exact steps and the next-tool handoff. Bookmark the one that matches your job.
🔔 Make a 30-sec ringtone from a song
- Upload the song (MP3/M4A)
- Drag the start/end handles to a 25–35 second chunk around the chorus
- Preview to confirm it loops naturally (no mid-word cut)
- Export as WAV
- Send the WAV to our audio converter → output MP3 192 kbps
- Set as ringtone in your phone settings (iOS needs M4R; Android accepts MP3)
🎙️ Cut the awkward silence from a podcast intro
- Upload the recorded episode (WAV or MP3)
- Use the waveform to spot the leading silence (flat line)
- Set the start handle right before the first audio peak
- Leave the end where it is — you only want a head trim
- Export as WAV (preserves quality for further edits)
- Run through audio compressor if you want to ship MP3 64–96 kbps mono (typical podcast size)
🎬 Trim voice-over to match exact video length
- Note the target video duration (e.g. 47.3 sec)
- Upload the recorded voice track
- Type the exact end timestamp into the end field
- Use the waveform to fine-tune the start past the breath intake
- Export as WAV (video editors prefer WAV — no decoder lag)
- Drop into your video editor track — should sync perfectly
📚 Split a long audiobook file into chapters
- Upload the full audiobook file (WAV or MP3)
- Listen for the inter-chapter pause (usually 2–4 seconds of silence)
- Set start to chapter 1 begin, end to chapter 1 end → export as
ch01.wav - Reset, set start to chapter 2 begin, end at chapter 2 end →
ch02.wav - Repeat for each chapter
- Batch-convert all WAVs to MP3 with audio converter if you need small files for an MP3 player
🎵 Extract a music sample for production (DJ / beatmaker)
- Upload the source track (highest-quality version you have — ideally FLAC or 320 kbps MP3)
- Use the millisecond-precise timestamp inputs (not the visual handles) for the exact transient point
- Preview repeatedly — even 50 ms early/late ruins the sample's groove
- Export as WAV (mandatory — samples must be lossless)
- Import the WAV into your DAW (Ableton, FL Studio, Logic) — slice/timestretch from there
Pro tip: if the source is MP3, the quality ceiling is the MP3 — extracting to WAV preserves the MP3's quality but can't recover what the MP3 already discarded. For serious sampling, start from FLAC or lossless masters.
Files never leave your browser. Every recipe above runs locally via the Web Audio API — your unreleased music, confidential voice notes, or work-in-progress podcast episode never touches a server. Closing the tab clears everything. That's why this tool also works offline once the page has loaded.
Frequently Asked Questions
What audio formats can I trim with this tool?
The trimmer supports all common audio formats including MP3, WAV, OGG, FLAC, M4A, and AAC. It uses the Web Audio API, so any format your browser can decode will work for trimming.
Why is the trimmed output saved as a WAV file?
WAV is a lossless format that preserves audio quality perfectly without any re-encoding artifacts. If you need a smaller file in MP3 or another compressed format, use our Audio Converter tool on the trimmed WAV file.
How precise is the trimming selection?
You can set start and end points down to the millisecond using the waveform editor handles or by typing exact timestamps. The visual waveform display helps you identify silence, beats, and speech boundaries for accurate cuts.
Is there a maximum file size I can trim?
Since all processing happens in your browser, the limit depends on your device memory. Most modern devices handle files up to 100-200 MB without issues. For very large files, consider splitting them with desktop software first.
Does the audio trimmer upload my files to a server?
No, all trimming is performed entirely in your browser using the Web Audio API. Your audio files never leave your device, making it completely safe for private, confidential, or unreleased audio content.