Gate Background Noise Out of Audio
Pick an audio file, set the threshold and how hard the gate clamps — quiet passages are pushed down in your browser, nothing is uploaded.
About this tool
The audio noise gate quiets background noise that appears in the gaps between wanted sounds. Upload a voice note, podcast take, instrument stem, or field recording, set the level that should open the gate, and the tool uses ffmpeg's agate dynamics filter to push quieter material down while louder speech or music passes through.
This is useful when room tone, hiss, low hum, mouth noise, breaths, headphone bleed, or mic preamp noise becomes noticeable during pauses. It is a level-based gate: it does not learn a noise print, remove broadband hiss under speech, or shorten the file. The timing stays the same; quiet passages are simply attenuated.
Key controls:
- Threshold is the dBFS level a signal must exceed to open the gate. Lower values gate only very quiet noise; higher values clamp more aggressively.
- Reduction is how far below-threshold audio is pushed down.
30 dBis a practical default;80 dBapproaches silence. - Ratio controls how steeply the gate pulls audio down below threshold.
- Attack controls how quickly the gate opens; fast attack preserves consonants and transients.
- Release controls how smoothly the gate closes; longer release avoids chattering.
- Detection chooses RMS for smoother average loudness or peak for sharper transient response.
All processing runs in the browser with WebAssembly and ffmpeg. The audio is not uploaded.
FAQ
Is this the same as noise reduction?
No. A noise gate is level-based: it turns quiet sections down when they fall below a threshold. It works well for pauses between words or notes. Spectral noise reduction tries to remove hiss under the wanted sound, which is a different tool and can create artifacts if overused.
What threshold should I start with?
Start around -35 dB for spoken-word recordings. If quiet background noise still leaks through, raise the threshold toward -30 or -25. If syllables or note tails get clipped, lower it toward -45 or lengthen the release.
What does reduction do?
Reduction sets the closed-gate floor. 10–20 dB makes gaps subtly quieter, 30 dB is a strong cleanup, and 80 dB is close to muting quiet passages. A reduction of 0 dB would do nothing, so the tool rejects it.
Should I use RMS or peak detection?
Use RMS for speech, podcasts, and steady music because it follows average loudness smoothly. Use peak when short transients must open the gate quickly, such as percussion or sharp consonants.
Will this remove silence or shorten the audio?
No. The output keeps the same timeline and duration. Quiet gaps are attenuated but still present. Use a silence-removal or pause-shortener tool if you need to cut time out of a recording.
Developer & Automation Access
Run it from the terminal
Same engine as this page, headless — via the gizza CLI:
gizza tool audio-noise-gate 'url=https://example.com/input' 'threshold=-35' 'reduction=30' 'ratio=2' 'attack=10' 'release=250' 'detection=rms' 'format=mp3'New to the CLI? Get gizza →
Open it by URL
Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:
https://gizza.ai/tools/audio-noise-gate/?url=https://example.com/input&threshold=-35&reduction=30&ratio=2&attack=10&release=250&detection=rms&format=mp3Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.
