Remove Silence from Audio Online

Automatically remove silent sections from any audio file. Clean up recordings, podcasts, and DJ sets in seconds. No upload required.

Auto DetectionAdjustable ThresholdNo Upload100% Free

Drop your audio file here

MP3, WAV supported — processed locally, never uploaded

Browse file
MP3WAVFLACOGG

Silence Threshold

Why Remove Silence from Audio?

Silence in audio files wastes space and makes content feel slow and unprofessional. Whether you're editing a podcast, cleaning up a DJ recording, or preparing samples for production, removing silence makes your audio tighter and more engaging.

Our remove silence online tool uses ffmpeg's silenceremove filter to detect and remove audio below a configurable dB threshold — automatically, with no manual editing required.

Who Needs This Tool?

  • Podcasters — remove dead air between sentences and awkward pauses
  • DJs — clean up live set recordings by removing silent gaps between tracks
  • Music producers — trim silence from the start and end of samples
  • Video creators — clean up voiceover recordings before syncing with video
  • Musicians — remove silence from practice recordings for cleaner playback

Understanding the Silence Threshold

The silence threshold is the dB level below which audio is considered silent. Choosing the right threshold is key to getting good results:

−30 dBAggressive

Best for voice recordings with clear speech. May remove quiet music passages.

−40 dBBalanced

Recommended for most use cases. Works well for podcasts and interviews.

−50 dBConservative

Good for music with quiet sections. Only removes clearly silent parts.

−60 dBMinimal

Only removes near-silent sections. Safe for music with intentional quiet moments.

How the silenceremove Filter Works

The ffmpeg silenceremove filter scans the audio in real-time and removes sections that fall below the threshold for a minimum duration. Our implementation uses:

Filter parameters:
start_periods=1 — remove silence at the start
stop_periods=-1 — remove all silence throughout
stop_duration=0.3 — min 0.3s silence to remove
threshold=-40dB (adjustable)

The 0.3-second minimum duration prevents the filter from removing very brief natural pauses between words, which would make speech sound unnatural.

Frequently Asked Questions

Need a different tool?

Browse all free audio tools — no upload, no signup required.

From the Blog