To increase or decrease audio volume without introducing clipping distortion, use Zro7 Audio Volume. You set a gain in dB; the tool applies it, then runs a true-peak limiter to catch any samples that would exceed 0 dBFS. Result: louder or quieter audio with no distorted crackle. All in your browser.
Why raw gain distorts
Digital audio maxes out at 0 dBFS. Multiplying every sample by 2 (+6 dB) turns any sample above 0.5 into a clipped, flat-topped waveform — audible as harsh crackle. Simple "volume +6" without a limiter is dangerous on any file that was already close to the ceiling.
How Zro7 stays safe
- Apply the requested gain (e.g. +6 dB).
- Run FFmpeg's
alimiterat -1 dBTP (true peak). - The limiter only kicks in on samples that would clip; everything else passes through unchanged.
- Result: perceived loudness increases, no distortion introduced.
Steps
- Open Audio Volume.
- Drop the file.
- Type a dB value (positive to boost, negative to reduce).
- Toggle the limiter on for boosts; leave off for reductions.
- Preview and export.
Volume vs normalize
- Volume — a fixed dB shift. Use when you know exactly how much louder/quieter you want.
- Normalize — targets a loudness (LUFS) or peak level. Use when you want files to match each other. See Normalize Audio.
Zro7