Audio Volume Booster

Make quiet recordings louder with a manual gain control, or normalize to a target peak level. The tool shows the current peak in dBFS and warns before boosting into distortion — all processed locally.

audio-volume-booster · runs locally
Drop an audio file here or click to browse. MP3, WAV, OGG, M4A — anything your browser can play.

How this volume booster works

Load an audio file and the tool scans every sample to find the current peak level in dBFS — a quiet phone recording often peaks around -20 dBFS, leaving plenty of headroom. Then pick a mode: Manual gain applies a fixed boost or cut from -12 to +24 dB, while Normalize to peak calculates the exact gain that lands the loudest moment on your chosen target (-1, -3 or -6 dBFS). The result is rendered to a new buffer, drawn as a waveform, playable right on the page and downloadable as WAV.

A live warning appears whenever the selected gain would push the peak past 0 dBFS, and after processing the tool reports exactly how many samples were clamped — zero is what you want.

Manual gain or normalize?

Normalize is the safe default: it makes the file as loud as possible without clipping, which is what most people mean by “make it louder.” -1 dBFS maximizes level; -3 dBFS leaves headroom for further editing or lossy re-encoding. Reach for manual gain when you need a specific change — matching two clips, taming an over-hot recording with negative gain, or deliberately pushing past the peak warning when only a brief transient clips and the body of the audio needs the lift.

Louder is not always better

Gain amplifies everything, including hiss and room noise — a whisper boosted 24 dB is a loud whisper over loud hiss. If the file has quiet and loud sections, consider trimming to the useful part first with the Audio Trimmer, then normalizing the remainder. Need a different container for the result? The Audio to WAV Converter covers resampling and mono mixdown.

Frequently asked questions

Is my audio uploaded to a server?

No. Decoding, peak analysis, gain and the WAV export all run in your browser via the Web Audio API. The file never leaves your device — there is nothing to upload and no account to create.

Why does the tool export WAV instead of MP3?

Browsers cannot encode MP3 without shipping a codec library; WAV is lossless PCM the browser can write natively, and every player, editor and DAW accepts it. Files are larger than MP3 — about 10 MB per minute of stereo 44.1 kHz — but nothing is lost in the process.

What do dBFS and normalization mean?

dBFS is decibels relative to full scale: 0 dBFS is the loudest value digital audio can store, and everything else is negative. A peak of -12 dBFS means the loudest sample sits 12 dB below the ceiling. Normalizing measures that peak and applies exactly the gain needed to bring it to a chosen target, such as -3 dBFS.

Why does boosting volume cause distortion?

If gain pushes any sample past full scale it gets clamped at the ceiling — that flattening of the waveform is clipping, and it sounds harsh and crackly. Normalize-to-peak avoids it by construction: it computes the largest gain that keeps the loudest sample at or under the target, so nothing ever crosses 0 dBFS.