sample_conv_batch

Function sample_conv_batch 

Source
pub fn sample_conv_batch<S, D>(frames: &[Vec<S>]) -> Cow<'_, [Vec<D>]>
where S: SampleType, D: SampleType,
Expand description
  • Convert 2D audio e.g. Audio frames or multiple mono waveforms, to another format by scaling, see sample_conv().