Skip to content
Free Tool Arena

Audio, Video & Voice · Free tool

Audio Silence Remover

Detect and strip long silent gaps from voice recordings and podcasts. Adjustable threshold, in-browser processing.

Updated June 2026
Found this useful?EmailBuy Me a Coffee

Advertisement

What it does

Detect and strip out quiet sections from an audio file — long pauses between sentences, dead air at the start or end of a recording, the awkward gap when nobody's talking. Configure the silence threshold (how quiet counts as silence) and the minimum duration (how long quiet has to last before it gets cut), and the tool removes everything that matches. The result is the same recording with the boring parts surgically removed.

The classic use case is tightening up voice notes — recording yourself thinking out loud often produces a 10-minute file with 3 minutes of actual speech and 7 minutes of "uh… let me think… so the thing is…" pauses. Stripping silences turns it into a tighter 5-minute file. Other uses: podcast editing (rough first pass before professional editing); lecture / meeting recordings where you want a faster review without watching real-time; auto-mute removal for screen recordings where you weren't talking but the recording captured ambient noise.

The detection is a simple amplitude-threshold algorithm: any audio sample below the threshold (e.g. -40 dB) for longer than the minimum duration (e.g. 0.5 seconds) gets replaced with a tiny crossfade. Default settings work well for typical speech recordings; if your audio has background noise, raise the threshold to avoid cutting loud noise as "speech". For music recordings, use a higher threshold and longer minimum duration — soft music passages aren't silence. Output is 16-bit PCM WAV; convert to MP3/AAC afterward if you need a smaller file.

Embed this tool on your siteShow snippet

Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.

<iframe src="https://freetoolarena.com/embed/audio-silence-remover" width="100%" height="720" frameborder="0" loading="lazy" title="Audio Silence Remover" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>
Embed docs →

How to use it

  1. Drop your audio file (MP3, WAV, M4A, OGG, etc.) or click to browse.
  2. The waveform appears with detected silence regions highlighted.
  3. Adjust the threshold (in dB — quieter = lower number, e.g. -50 dB catches more silence; -30 dB only catches very quiet pauses).
  4. Adjust minimum duration (e.g. 500ms doesn't cut short pauses, only extended silences). Add 'leave 100ms padding' to avoid choppy speech transitions.
  5. Preview the cleaned audio with the play button. Tweak settings and re-process if too much / too little was cut.
  6. Click Download for the cleaned WAV. Filename includes the percentage trimmed (e.g. song-trimmed-32%.wav).

When to use this tool

  • Cleaning up voice memos with long thinking pauses.
  • Quick first-pass podcast editing before sending to a professional editor.
  • Speeding up review of long meeting / lecture recordings.
  • Reducing file size of speech audio (silence removal can shrink a file 30-60% for typical natural speech).

When not to use it

  • Music — silence threshold cuts soft passages and breaks musical phrasing. Use a music editor with manual silence detection.
  • Podcast editing where pacing matters — natural pauses are part of good delivery. Auto-cut leaves things sounding rushed.
  • Conversations where the silence IS the content (interviews where the interviewer's silence draws out the response).
  • Files larger than ~500 MB — browser memory becomes a bottleneck. Use Audacity or ffmpeg for huge files.

Frequently asked questions

What threshold should I use?
Default -40 dB is a good starting point for clean studio-recorded speech. Raise to -30 dB for noisy environments (where ambient sound is loud) so genuine silence is detected vs. background hum. Lower to -50 dB for very quiet recordings where -40 doesn't catch any silences.
Why does the cleaned audio sound choppy?
If you set minimum duration too short (e.g. 100ms), the tool cuts even short natural pauses — which destroys speech rhythm. Try 400-700ms for normal speech (only longer pauses are removed). Also enable 'leave padding' which preserves a small amount of silence on either side of cuts to keep transitions smooth.
Will it work on music or just speech?
Designed for speech; usable on music with caveats. Music has soft passages that are technically quiet but musically important. Use a much higher threshold (-20 dB or higher) and very long minimum duration (5+ seconds) to only catch dead-air silences. For real music editing, use a DAW.
What's the format of the output?
16-bit PCM WAV at the source sample rate. Convert to MP3/AAC/Opus separately if you need a smaller file (Audacity, ffmpeg, or our audio-format-converter tool).
Is my audio uploaded anywhere?
No. Detection and re-encoding happen via Web Audio API in your browser. Open DevTools → Network and you'll see zero outbound requests.
Can I keep some silences and only remove others?
Not in this auto-detection tool. For surgical control over which silences to keep, use Audacity or another waveform editor where you can manually select and delete silence regions one at a time.

Advertisement

Learn more

Explore more audio, video & voice tools

100% in-browserNo downloadsNo sign-upMalware-freeHow we keep this safe →

Found this useful?

The tools stay free thanks to readers who chip in or spread the word.

Buy Me a Coffee