Why WAV Files Need Normalization
WAV is raw, uncompressed PCM audio — it preserves the exact loudness level of the original recording. A quiet classical piece might sit at -24 LUFS, while a brick-walled pop master could be -8 LUFS. That's a 16 dB difference, roughly a 3x perceived volume gap.
When you convert a collection of WAV recordings to MP3 for portable listening, this volume inconsistency carries over. Without normalization, you end up constantly reaching for the volume control between tracks. Loudness normalization brings every file to the same perceived level before encoding.
WAV advantage: Because WAV contains the full uncompressed signal, loudness measurement is performed on pristine data — no artifacts from prior lossy encoding. This makes WAV the ideal source for accurate normalization.
Which LUFS Target to Choose
Each platform has its own loudness standard. Here are the targets for the three presets available in the converter above:
| Preset | Target | True Peak | Best For |
|---|---|---|---|
| Podcast (-16 LUFS) | -16 LUFS | -1.5 dBTP | Apple Podcasts, spoken word, audiobooks |
| Streaming (-14 LUFS) | -14 LUFS | -1 dBTP | Spotify, YouTube, Tidal, Amazon Music |
| Broadcast (-23 LUFS) | -23 LUFS | -1 dBTP | EBU R128, European TV/radio |
Most common choice: If you're converting WAV recordings for Spotify or YouTube, use Streaming (-14 LUFS). For podcast episodes recorded in WAV, use Podcast (-16 LUFS).
How Normalization Works During Conversion
When you upload a WAV file and select a normalization preset, Convertio performs two operations in a single pass:
- WAV → MP3 conversion: The uncompressed PCM audio is encoded to MP3 using libmp3lame (VBR V2 by default)
- Loudness normalization: FFmpeg's
loudnormfilter analyzes the audio's integrated loudness (LUFS) and applies a constant gain adjustment to reach the target level
The normalization is linear — a single gain value applied uniformly across the entire file. It does not compress dynamics, alter frequency response, or change the stereo image. A true peak limiter at -1 dBTP prevents clipping if the gain boost would push any peaks above the safe ceiling.
WAV and Dynamic Range
Professional WAV recordings often have a wide Loudness Range (LRA) — the difference between the quietest and loudest passages. A well-recorded orchestral piece might have an LRA of 18+ LU, while a heavily mastered pop song may have only 4–6 LU.
Loudness normalization preserves this dynamic range entirely. It shifts the whole waveform up or down without squashing the difference between quiet and loud parts. Your carefully captured recording will sound exactly as intended — just at the correct loudness for the platform.
Normalization vs compression: Normalization = volume knob (preserves dynamics). Compression = squashes dynamics (loud parts get quieter, quiet parts get louder). Convertio uses only normalization — your audio's natural dynamics are never altered.
When Should You Normalize?
- Converting a WAV music collection: Different recordings mastered at different loudness levels. Normalize to -14 LUFS for consistent portable playback
- Preparing podcast episodes: WAV studio recordings often need normalization to -16 LUFS for Apple Podcasts compliance
- Uploading to Spotify or YouTube: These platforms normalize incoming audio anyway — it's better to deliver at the target loudness than let the platform adjust it
- Mixing sources from different sessions: Field recordings, studio takes, and live captures all sit at different levels. Normalization evens them out
For a deep dive into LUFS measurement, the EBU R128 standard, and platform-specific targets, see our complete LUFS guide. For choosing the right MP3 bitrate from your WAV files, see the bitrate guide.