Skip to main content

denoise_file

Function denoise_file 

Source
pub fn denoise_file<P1, P2>(
    input: P1,
    output: P2,
    config: DenoiserConfig,
) -> Result<Audio, String>
where P1: AsRef<Path>, P2: AsRef<Path>,
Expand description

Denoise a WAV file end-to-end, writing the result to output.