pub fn resample_linear_i16( input: &[i16], from_rate: u32, to_rate: u32, ) -> Vec<i16>
Resample i16 PCM audio from one sample rate to another.