Loading audio tools…
Loading audio tools…
Detect and remove silent segments from recordings, podcasts, or voice notes automatically.
Recordings are rarely wall-to-wall sound — podcasts, voice memos, and lecture captures are full of dead air, long pauses, and gaps where someone forgot to stop recording. This tool scans your audio waveform, finds every segment that drops below an amplitude threshold you set, and splices those silent stretches out automatically. Instead of manually scrubbing through a timeline and cutting each gap by hand, you adjust two settings — how quiet counts as silence, and how long a gap has to be before it's removed — and the tool does the rest. Processing happens locally using the Web Audio API, so nothing you upload leaves your browser. The result is tighter, more listenable audio with the same voice quality, just without the dead space.
Your audio never leaves your browser. All processing uses the Web Audio API locally.
Drop an audio file to remove silence
or click to browse — MP3, WAV, OGG, AAC, FLAC, M4A
Upload your audio file
Click 'Choose File' or drag and drop your audio onto the upload area.
Set the silence threshold
Adjust the threshold percentage — any audio below this amplitude level will be treated as silence. A lower value is more selective; a higher value is more aggressive.
Set the minimum silence duration
Enter the minimum length (in milliseconds) a silent segment must be before it is removed. This prevents short natural pauses from being cut.
Click Remove Silence
Hit the Remove Silence button. The tool scans the audio, identifies silent segments, and splices them out.
Download the result
Click Download to save the tightened audio as a lossless WAV file.
Silence removal works by analyzing the amplitude of an audio waveform over time — essentially measuring how loud each small slice of the recording is. Any stretch where the amplitude stays below a threshold percentage you choose is flagged as silent. Once flagged, the tool checks whether that silent stretch lasts longer than your configured minimum duration; short gaps like natural breathing pauses between sentences are left alone, while longer stretches of dead air get spliced out entirely. This is fundamentally different from trimming: a trim tool only cuts a single continuous range from the start or end of a file, while silence removal scans the entire recording and can remove dozens of separate gaps wherever they occur, whether that's a pause mid-interview or dead air after someone stopped talking before the recording was cut off.
The two controls — threshold and minimum duration — exist because "silence" isn't a fixed technical concept, it's relative to the recording. A threshold of 5% only catches near-total silence, useful for clean studio recordings where the noise floor is very low. A threshold of 15–20% is more aggressive and will also catch quiet room tone or faint background hum, which matters for recordings made on a phone or in an untreated room. The minimum duration setting prevents the tool from treating every micro-pause between words as removable silence — without it, speech would come out chopped and unnatural. Podcast editors typically use 400–800 ms as a floor, which preserves the rhythm of normal speech while still eliminating multi-second dead spots.
This tool is most useful for podcasts, interviews, lecture recordings, and voice memos — anywhere a speaker pauses, hesitates, or leaves recording running before and after the actual content. It pairs well with Trim Audio — trim the file down to its rough start and end points first, then run silence removal to tighten everything in between. Running them in the opposite order works too, but trimming first means silence removal has less audio to scan.
Because this only ever removes segments below an amplitude threshold, it can't distinguish between true silence and quiet background noise like hiss, hum, or air conditioning — if that noise floor sits above your threshold, it won't be classified as silence and won't be removed. All processing happens locally via the Web Audio API, which decodes, analyzes, and re-encodes the file entirely in your browser tab, so recordings that might contain sensitive conversations never get uploaded anywhere. The output downloads as a lossless WAV file — the audio that remains after silent segments are cut is untouched, sample for sample.
Unlike most online tools, Toolivon processes everything directly in your browser using the Web APIs built into Chrome, Firefox, Safari, and Edge.
Last updated:
Your audio files never leave your device
All processing runs directly in your browser using built-in Web APIs — the Canvas API, Web Audio API, and WebAssembly. Nothing is uploaded to any server. There is no account, no email, and no data retention. You can verify this yourself: open your browser's DevTools Network tab and watch zero outbound file requests while the tool processes your audio files.
GDPR-friendly · Works offline after page load · No file size limits beyond your device memory