home/ modules/ loudness-metering-and-streaming-delivery

Loudness Metering and Streaming Delivery

  • learner can read LUFS/LU, VU and True-Peak meters and explain how they differ from sample-peak meters
  • learner can target platform loudness/true-peak specs and understand playback normalization
  • learner can avoid inter-sample clipping and peak-normalization traps when delivering to streaming

Deliver one master to streaming correctly: measure integrated LUFS and True Peak, set the true-peak ceiling to satisfy Spotify's spec, confirm the master gains rather than loses from playback normalization, and document why extreme limiting no longer pays off.

This module ends where most electronic releases actually end: bouncing a finished master from your DAW and uploading it to a distributor, knowing exactly how it will survive Spotify’s pipeline. For a live coder or bedroom producer releasing a techno or ambient track, this is the last unglamorous step where good work gets silently damaged — a hot master turned down and left sounding flat, or a quiet one that can never be lifted to target because its peaks sit at 0 dBFS.

The arc starts with reading. First internalize why equal peaks never mean equal loudness (the mismatch that drove the loudness war) and why VU-style averaging and DAW sample-peak meters tell different, incomplete stories. Then move to the trap those meters share: the reconstructed waveform can clip between samples, which is why an oversampling True-Peak meter — and a -1 dBTP ceiling — exists at all. A supported first exercise is metering an existing track: log its integrated LUFS and True Peak against Spotify’s -14 LUFS playback target and its -1/-2 dBTP ceiling rules. From there, the unsupported capstone asks you to deliver your own master, reasoning through the positive-gain true-peak constraint to confirm normalization helps rather than hurts you.

Every required atom is load-bearing: the meter-literacy atoms gate the measurement step, the Spotify spec atoms gate the ceiling and target decisions, and the playback-normalization atoms (including the playback-only, file-untouched misconception) gate the written justification for restraint. The supporting atoms enrich that justification — loudness-war history, hypercompression’s irreversibility, and the level-matched A/B procedure that lets you hear what maximization costs — without being needed to complete the delivery itself.

Runnable examples

Generated from the context/ instrument corpus by concept (redistributable idioms only). Do not edit — regenerate with gen-module-examples.mjs.

gain-staging

(saw 110) * dbamp (-12) >> audio

punctual-0010 · CC0-1.0

SinOsc s => Dyno d => dac; d.limit();

chuck-0028 · MIT

Atoms in this module

Required — these gate the capstone

Peak normalization matches peaks but not perceived loudness, which drove the loudness war
Concept L2 First instrument D
VU meters track average level (close to perceived loudness); peak meters track instantaneous peaks, 10–25 dB higher
Concept L2 First instrument DN
DAW sample-peak meters show instantaneous peak amplitude and are a poor guide to perceived loudness or headroom adequacy
Concept L2 First instrument D
Inter-sample clipping can occur when the reconstructed waveform exceeds 0 dBFS between sample points even if no individual sample clips
Concept L3 Craft D
Sample-peak meters miss inter-sample peaks, which can exceed 0 dBFS by 3 dB and require an oversampling True-Peak meter
Concept L3 Craft D
True peak measures the reconstructed waveform between samples; capping at -1 dBTP leaves headroom for inter-sample peaks and lossy encoding
Fact L4 Performance D
Spotify normalizes all tracks to -14 dB LUFS at playback using the ITU 1770 standard
Fact L3 Craft D
Spotify's True Peak ceiling for masters is -1 dBTP, tightening to -2 dBTP for masters hotter than -14 LUFS
Procedure L3 Craft D
Spotify normalizes albums as a unit but normalizes individual tracks when shuffled or in playlists
Concept L3 Craft D
Streaming loudness normalization adjusts gain at playback only — the uploaded file is never altered
Misconception L3 Craft D
Streaming loudness normalization weakens the payoff of extreme limiting
Principle L3 Craft D
Spotify cannot lift a quiet master to -14 LUFS if True Peak headroom is insufficient
Concept L3 Craft D

Supporting — enrichment, not gating

Loudness maximization is a chain of stages that each trade dynamics for loudness with characteristic artifacts
Concept L3 Craft D
The loudness wars took off when digital domain compressors enabled look-ahead limiting analog gear could not achieve
Concept L2 First instrument D
Sample rate determines digital audio bandwidth: the system can represent frequencies up to half the sample rate
Concept L1 Foundations D
Hypercompression flat-lines the waveform to chase loudness, destroying dynamics irreversibly
Concept L2 First instrument D
Hypercompression applied during mixing or mastering cannot be undone at a later stage
Concept L1 Foundations D
A/B-ing a loudness-maximized master against the original source at matched level reveals the depth that maximization destroys
Procedure L2 First instrument D