No upload · No software · Runs in your browser
Audio Trimmer
Trim audio files in your browser. Drop in any common format (MP3, WAV, M4A, FLAC, OGG, AAC, Opus), drag the handles on the waveform to mark what to keep, and download the trimmed file. Built for the common case: cleaning up dead air at the start of a recording, cutting off the trailing silence at the end, or removing a mistake from the middle of a take. Nothing uploads.
Drop your audio file here or click to browse
Any audio format · Max 20 MB
How it works
- 1Drop your audio file into the dropzone — any common format works.
- 2The waveform appears so you can see exactly where the audio starts, stops, and where the silences live.
- 3Drag the start handle to where the real content begins, and the end handle to where you want it to stop.
- 4Press preview to play the trimmed selection and confirm it sounds clean.
- 5Click Trim to download the cleaned-up file in the same format as the input.
What people use this for
Remove silence at the start of a recording
You hit record, then started talking three seconds later. Drag the start handle past the dead air and trim — the result has zero buffer and starts on the first word. This is the single most common reason people open an audio trimmer.
Cut trailing silence off the end
Most recording apps add a few seconds of room tone at the end while you reach to hit stop. Drag the end handle to the last word and trim. The file shrinks, the end is clean, and there are no awkward silent seconds when it auto-plays.
Trim mistakes off the end of a take
You finished the line, paused, then said 'wait let me try that again' before realizing you forgot to stop recording. Drag the end handle to land just after the last good word and trim everything past that.
Clean up Zoom or Meet recordings
Meeting apps export the recording with the join sound at the start, the lobby music if anyone joined late, and a few seconds of screensharing UI noise at the end. Trim both ends to land just on the actual conversation.
Trim applause from lecture recordings
Conference talks usually have 30 seconds of applause and host introduction before the speaker starts, and another round at the end. Trim both ends and you have just the talk, ready to share or transcribe.
Voice memo cleanup
iPhone Voice Memos and Android voice recorders both pick up your hand fumbling toward the stop button. A 10-second trim turns a slightly sloppy recording into a clean one. This is where most users start with the trimmer.
Trimming vs cutting: same operation, different intent
'Trim' and 'cut' describe the same operation — picking a start time and an end time, and keeping just the audio between them. The difference is intent. 'Trimming' usually means cleaning up the edges of a recording: removing the silence at the start, the dead air at the end, the mistakes around the real content. 'Cutting' usually means extracting a piece from somewhere in the middle: the chorus of a song for a ringtone, the quotable line from a podcast for social. The tool handles both — pick the framing that matches what you are doing. The button labels and copy on this page lean trim because that is what the search intent is for 'audio trimmer'.
How precise is the trim?
Frame-accurate to the audio sample. The trim points can land at any timestamp you specify, with hundredth-of-a-second precision in the time inputs. For lossy sources (MP3, AAC, OGG, M4A), the output is re-encoded at the original bitrate so the cut can be sample-accurate rather than rounded to a codec frame boundary. For lossless sources (WAV, FLAC, AIFF), the re-encode is bit-identical to the original — no quality change at all. In practice, sub-second precision is more than enough for trimming silence. If you find yourself needing millisecond precision regularly, you are probably doing music editing and a DAW like Reaper or Audacity is the right tool.
Multi-format trimmer
The trimmer works on every common audio format: MP3, WAV, M4A (AAC and ALAC), FLAC, OGG (Vorbis and Opus), AAC, Opus, AIFF, and WMA. Plus video files (MP4, MOV) where we extract the audio track and trim that. The output format matches the input — drop in an MP3, get an MP3 out; drop in a WAV, get a WAV out. If you want to change format and trim at the same time, do the trim first and run the result through one of the format conversion tools (/wav-to-mp3, /m4a-to-mp3, etc). Doing it in two passes keeps the operations separate and easier to debug if something looks off in the result.
Why not auto-detect silence and trim it?
Other tools try to detect silence and trim it automatically. We do not, on purpose. Silence detection is a guessing game with no universal right answer — what counts as silence depends on the noise floor of the recording, the gain staging, and the user's intent. A speaker who pauses for emphasis sounds like silence to a detector but is not silence to the listener. The breath you take before a punchline reads as silence to the algorithm but is the punchline's setup. Auto-trim guesses wrong often enough that the time saved is offset by the time spent fixing or redoing trims. Manual trimming with a waveform takes about 10 seconds and lands the trim where you actually want it, every time.
Privacy: nothing leaves your device
The trimmer runs entirely in your browser using FFmpeg compiled to WebAssembly. Your audio is never uploaded. There is no server-side processing, no temporary file storage, no logs of what you trimmed. This matters if you are trimming voice memos with personal details, client recordings under NDA, leaked or pre-release material, sensitive interviews, or anything else you would not hand to a third-party server. After the first page load, the tool works offline — disconnect from Wi-Fi and trim the file with no network access at all.
Frequently Asked Questions
What is the difference between trimming and cutting audio?
Functionally they are the same — pick a start point, pick an end point, keep what is between them. The intent is different. Trimming usually means cleaning up the edges of a recording (dead air at the start, silence at the end, mistakes around the real content). Cutting usually means pulling a segment out of the middle (a song hook for a ringtone, a quotable line from a podcast). This tool does both; the framing on this page leans trim because that matches the search intent.
How accurate are the trim points?
Frame-accurate to the audio sample. Trim points can land at any timestamp, with hundredth-of-a-second precision in the time inputs. For lossy sources the output is re-encoded at the original bitrate to allow sample-accurate cuts (a tiny amount of additional loss, inaudible on typical gear). For lossless sources (WAV, FLAC, AIFF) the re-encode is bit-identical — no quality change.
Can I trim silence automatically?
Not in this tool. Silence detection is a guessing game — pauses for emphasis read as silence but are not, breath before a punchline reads as silence but is the setup. Auto-trim guesses wrong often, and time saved on the easy cases gets eaten by time spent fixing the wrong cases. Manual trimming with a waveform takes 10 seconds and lands the cut exactly where you want it. If you regularly need silence detection on hundreds of files, Audacity has a 'Truncate Silence' effect that does the job in batch.
Will trimming reduce my audio quality?
Lossless formats (WAV, FLAC, AIFF) come out bit-identical to the source — zero quality change. Lossy formats (MP3, AAC, OGG, Opus, M4A) get one re-encode pass at the original bitrate, which adds a tiny amount of loss that is essentially inaudible on typical playback gear above 192 kbps. For everyday trimming (voice memos, lectures, podcasts), the transcoding loss is invisible.
What audio formats can the trimmer handle?
MP3, WAV, M4A (AAC and ALAC), FLAC, OGG (Vorbis and Opus), AAC, Opus, AIFF, and WMA. Plus video files (MP4, MOV) where we extract and trim just the audio track. The output format matches the input. To change formats while trimming, do the trim first, then run the result through one of the format conversion tools.
Does the trimmer work offline?
After the first page load, yes. The browser caches the FFmpeg WebAssembly bundle the first time you visit. After that, you can disconnect from Wi-Fi, drop in an audio file, trim it, and download the result with no network contact. This is also why we cannot see your audio — there is no server in the loop.
How big a file can I trim?
The free tier handles files up to 20 MB. Pro ($9/month) raises that to 500 MB, which covers most full-length podcast episodes, lectures, and audiobook chapters. Files larger than that should be trimmed with a desktop tool — browser memory becomes the bottleneck above the Pro limit.
Can I trim multiple sections out of one file?
The tool keeps one continuous segment per pass. To remove a mistake from the middle of a recording, run the trimmer twice — once to keep the section before the mistake, once to keep the section after — and join the two results with a desktop editor. For most cleanup workflows (silence at start, silence at end), one pass is enough. For complex multi-cut editing, Audacity is the right tool.
Read more
Audio Bitrate Explained: What It Means for Quality
Understand audio bitrate, how it affects sound quality and file size, and how to choose the right bitrate for your needs.
What Is MP3? The Format Explained
Learn what MP3 is, how it works, and why it became the most popular audio format. Covers bitrate, compression, and when to use it.
What Is WAV? Everything You Need to Know
Understand the WAV audio format, its uncompressed quality, file sizes, and best uses. Learn when WAV is the right choice.
How to Convert iPhone Voice Memo to MP3 (Free, No App)
iPhone Voice Memos save as M4A files. Convert them to MP3 in your browser for free — no app download, no upload. Works on iPhone and Mac.
How to Extract Audio from Video Files
Extract audio tracks from video files and save as MP3, WAV, or other formats. Step-by-step guide for any video format.
Audio File Too Large? How to Reduce Audio File Size
Reduce audio file size by changing format, bitrate, channels, or sample rate. Practical methods to shrink WAV, FLAC, and MP3 files without unacceptable quality loss.