We need a resampler for doppler effect. We don't run anything through the resampler when the
doppler factor is 0, but we still want to initialize it in case the caller changes the factor
dynamically later on.
*/
resamplerConfig=ma_linear_resampler_config_init(ma_format_f32,pConfig->channelsIn,1,1);/* We don't care about rates. We'll dynamically adjust it based on a ratio. */