Loading audio tools…
Loading audio tools…
Lower the volume of any audio file to a precise percentage.
Not every audio problem is about being too quiet — sometimes a recording is too loud, was captured with too much gain, or needs to sit quietly in the background behind narration. This tool scales down every sample in your file by a percentage you choose, from 5% to 95% of the original volume, giving you precise control over how much quieter the output should be. Because it's a simple linear scale-down, there's no risk of clipping or distortion the way there can be with boosting. Processing happens locally in your browser using the Web Audio API, so the file you're adjusting — whether it's a loud recording or background music — never leaves your device.
Your audio never leaves your browser. All processing uses the Web Audio API locally.
Drop an audio file to reduce volume
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 output volume percentage
Drag the slider to choose a target volume from 5% to 95% of the original. 50% is half the original volume.
Click Reduce Volume
Hit the Reduce Volume button. The tool scales down every sample to the chosen percentage.
Download the quieter WAV
Click Download to save the reduced-volume audio as a lossless WAV file.
Every digital audio sample is just a number representing amplitude at a moment in time. Reducing volume means multiplying every one of those samples by a factor less than 1 — set the target to 50% and every sample is scaled to half its original value, uniformly, across the entire file. This is the mirror image of boosting, which multiplies samples by a factor greater than 1 instead. Because scaling down only ever moves samples closer to zero rather than pushing them toward or past the digital ceiling, there's no risk of clipping or distortion — reducing volume is always a clean, safe operation regardless of how aggressive the reduction is.
People need to reduce volume for a range of practical reasons. A recording captured with too much microphone gain can sound harsh or overwhelming at normal listening levels, and scaling it down brings it in line with other content. Background music placed under narration or a podcast intro typically needs to sit at 15–30% of its original level so it doesn't compete with the spoken word. And when assembling audio from multiple sources with mismatched loudness, reducing the louder ones is often simpler than boosting everything else to match. For the opposite problem — a recording that's too quiet rather than too loud — the Volume Booster applies the same gain-scaling concept in reverse.
It's worth distinguishing this from dynamic range compression, a different and more complex audio technique. A compressor doesn't apply one uniform scale to the whole file — it narrows the gap between the loudest and quietest passages, boosting quiet parts and/or reducing loud parts based on a threshold, so the overall recording feels more even. This tool does something simpler and more predictable: every sample gets multiplied by the exact same factor, so relative dynamics within the recording are preserved, just at a lower overall level. That makes it the right tool when you know you want the whole file quieter by a specific amount, and the wrong tool if what you actually need is to even out inconsistent loudness between passages.
All processing — decoding, scaling every sample, and re-encoding — happens locally through the Web Audio API, and the result downloads as a lossless WAV file. Since the operation is purely linear scaling with no compression codec involved, the only thing that changes between the original and the output is amplitude; the underlying waveform shape, timing, and frequency content stay exactly the same.
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