pub fn reverse_audio( input_path: &str, output_path: &str, ) -> Result<(), AudioError>
Reverses an audio file using FFmpeg’s areverse filter.