pub fn denoise_file<P1, P2>( input: P1, output: P2, config: DenoiserConfig, ) -> Result<Audio, String>where P1: AsRef<Path>, P2: AsRef<Path>,
Denoise a WAV file end-to-end, writing the result to output.
output