pub fn resample( input: &[Sample], input_sample_rate: u32, output_sample_rate: u32, ) -> PcmBuf
One-shot resampling convenience helper (allocates).
Only available with the std feature.
std