pub fn transfer_audio_from_decoder_to_encoder(
decoder: &mut WaveReader,
encoder: &mut WaveWriter<'_>,
)
Expand description
- Transfer audio from the decoder to the encoder with resampling.
- This allows to transfer of audio from the decoder to a different sample rate encoder.