Crate audio_loudness_batch_normalize

Source

Modules§

error
Module for error handling
save
Module for saving audio files

Structs§

NormalizationOptions
Configuration options for audio normalization process

Enums§

AudioFormats
Represents supported audio file formats

Functions§

measure_single_file_loudness
Measures the loudness of a single audio file using EBU R128 or RMS fallback
normalize_folder_loudness
Normalize the loudness of all audio files in a folder
process_single_file
Main orchestration function for processing a single file using the two-pass method.