Practical audio guide
Loudness Normalization vs Volume Boost vs Dynamic Compression
These operations solve different problems. A gain change moves every sample up or down, loudness normalization targets measured program loudness, dynamic compression reduces level differences over time, and file compression reduces bytes through codec settings.
Key takeaways
- Use gain when the whole file is consistently too quiet and has peak headroom.
- Use loudness normalization for consistent podcast or program playback.
- Use dynamic compression when peaks and quiet passages need different treatment.
- Use file-size compression when the problem is upload or storage size, not loudness.
Volume boost: a fixed gain change
Adding 6 dB multiplies the signal amplitude; it does not change internal dynamics. If peaks are already near full scale, a boost can clip unless a limiter or headroom is available.
Loudness normalization: a measured target
Loudness normalization analyzes perceived program loudness and applies controlled correction toward a target such as -16 LUFS for spoken delivery. It can make a collection feel more consistent without choosing gain by eye.
Dynamic compression: time-varying gain
A compressor reduces signal above a threshold according to ratio, attack, and release behavior. It can control peaks or bring quiet details forward after makeup gain, but aggressive settings can flatten impact or cause pumping.
File compression: codec and bitrate
An audio file compressor on this site changes encoded size. It does not automatically repair uneven loudness. Normalize or adjust dynamics first, then create the final delivery encode so the audio is not repeatedly compressed.
Method and sources
Examples use controlled synthetic references so settings are reproducible and no private user audio is involved. Production runs FFmpeg 5.1.9; benchmark fixtures were generated and verified with FFmpeg 8.1.2.