Skip to main content

save_stereo_wav

Function save_stereo_wav 

Source
pub fn save_stereo_wav<P: AsRef<Path>>(
    path: P,
    left: &[f32],
    right: &[f32],
    sample_rate: u32,
) -> Result<(), WavError>
Expand description

Save stereo audio to a WAV file.