ihateaudio

Silence Remover

Finds every awkward pause and yanks it out.

Drop an audio file here

or paste one from your clipboard

MP3 · WAV · M4A · AAC · OGG · FLAC and moreYour file stays on your device. Always.

How to use it

  1. Drop the recording onto the page. It is scanned where it sits, so an hour-long interview costs you the decode and nothing else.
  2. Set the threshold. The level below which audio counts as silence. The summary underneath immediately tells you how many gaps were found at that setting.
  3. Raise the minimum gap length until the tool stops cutting the natural beats between words, and raise the padding until speech stops sounding clipped at the joins.
  4. When the summary says the right thing, pick a format and download. The audio that survives is untouched, only the gaps are gone.

What the tool calls silence

Silence in a recording is almost never silence. Even a treated room has a noise floor. The microphone's self-noise, the air handling, traffic through a wall. So the passage you think of as "nothing" still carries a signal. That is why the control is a threshold rather than a switch. The file is measured in 20-millisecond windows, each window's RMS level is compared against your number, and anything below it is a candidate for removal.

Twenty milliseconds is a deliberate choice. Shorter windows would trip on the moments a normal waveform passes through zero, which happens hundreds of times a second in ordinary speech. Longer windows would smear over a real breath and miss it. At 20 ms the measurement tracks the envelope of the sound rather than its individual cycles, which is what a listener hears anyway.

The second condition (minimum gap length) is what separates a pause from a rhythm. Ordinary speech contains dozens of sub-200-millisecond silences per minute, between words and inside stop consonants, and removing them makes a person sound like they are being played back wrong. Setting the minimum around 0.4 seconds ignores the rhythm of speech and catches only the pauses a listener would also notice.

Why padding matters more than it looks

When a stretch is removed, the cut is pulled inward by the padding amount at both ends, so some of the quiet stays. This is not politeness; it is a fix for a specific artefact. Plosives and fricatives (p, t, k, s) begin with a very low-energy approach before the burst, and a cut placed exactly where the level crosses the threshold slices into that approach. The result sounds like the speaker is being interrupted by their own recording.

Padding also protects the natural cadence of speech. Removing every millisecond of dead air produces a person who never breathes, which listeners find exhausting long before they can say why. Leaving 80 to 150 milliseconds either side keeps the impression of a pause while removing its length.

When not to use this

Anything where the silence is the content. Music uses rests structurally, and a tool that cannot tell a rest from dead air will flatten a piece. Recordings intended as evidence or as a record of a meeting should not have time removed at all. The edit is invisible in the result, which is exactly the problem.

And if the goal is a shorter file rather than a tighter one, this is an inefficient way to get there. Removing 90 seconds of silence from a 40-minute episode saves about 3 percent of the file. Dropping the bitrate or converting to a more efficient format saves far more, and does not change the edit.

Questions

What does the threshold number actually mean?
It is dBFS: decibels relative to full scale, where 0 is the loudest a digital file can be and everything real sits below it. Your recording has a noise floor (the level of the room and the microphone when nobody is talking) and the threshold has to sit above it. A quiet indoor room floors out around -50 dBFS, a phone in a cafe closer to -35.
It is cutting the beginning off words. How do I stop that?
Raise the padding. Consonants like t, k and p start with almost no energy before the burst arrives, so a cut placed at the exact moment the level crosses the threshold lands inside the word. Padding of 0.08 seconds is enough for most voices; 0.15 is safer for fast speakers and sibilant microphones.
How is this different from a noise gate?
A gate turns the level down during quiet passages but leaves the time in place, so a two-second pause stays two seconds long and merely becomes more silent. This deletes the pause entirely, so the file gets shorter. If you want the dead air quieter rather than gone, a gate is what you want and this is not it.
Nothing was removed, even though there are obvious pauses.
Two settings have to agree before a stretch is cut: it must be quieter than the threshold and it must last at least the minimum gap. If your pauses are one second and the minimum is two, nothing qualifies. If your room tone is -40 and the threshold is -50, nothing qualifies either. The summary tells you which of the two is failing, because it reports what was found before padding is applied.
Will it work on music?
Rarely, and usually not in a way you want. Music has a reverb tail, a bass note ringing out, or a sustained pad that keeps the level above any sensible threshold, so nothing is detected. Where it does trigger (between movements, or in a sparse acoustic recording) it will happily remove the rest the composer wrote in. Use the trimmer for music.
Does removing silence change the pitch or speed of what is left?
No. Nothing is time-stretched or resampled. The surviving audio is copied out sample for sample and the pieces are butted together with a five-millisecond crossfade, which is short enough to be inaudible and long enough to stop the joins from clicking.
Can it get rid of background hiss?
No. Hiss is not silence, it is a continuous signal, and this tool only deletes time. What it does do is remove the passages where the hiss is all you can hear, which makes a noisy recording feel cleaner without touching the noise itself. For actual hiss reduction you want a noise reduction pass, or a high-pass filter if the problem is low rumble.