
Measures the integrated loudness of an AudioFrame, scales it to a target LUFS, and limits the resulting true peak, emitting a leveled AudioFrame with unchanged sample rate and channel count for consistent downstream levels.
A file source is leveled to a target loudness before speech recognition so transcribe_audio_faster_whisper sees consistent input levels.
The leveled audio is sent to a file writer for broadcast or podcast delivery at a fixed loudness spec.
true_peak_dbfs is enforced after the loudness gain is applied, scaling the buffer back down when the post-gain peak would exceed the ceiling; choose target_lufs to match the delivery platform.target_lufs and true_peak_dbfs are captured once at first use; changing them requires a redeploy.Automated release