pub fn normalize_volume( input_path: &str, output_path: &str, ) -> Result<(), AudioError>
Normalizes the audio volume using FFmpeg’s loudnorm filter.