Skip to main content

resample

Function resample 

Source
pub fn resample(
    input: &[Sample],
    input_sample_rate: u32,
    output_sample_rate: u32,
) -> PcmBuf
Expand description

One-shot resampling convenience helper (allocates).

Only available with the std feature.