pub async fn process_file( input_path: &str, output_dir: &str, dry_wet: f32, gain_db: f32, ) -> Result<ProcessingStats>
Simplified API for quick processing.