pub trait SampleResourceF32: SampleResourceInfo { // Required method fn channel(&self, i: usize) -> Option<&[f32]>; }
A resource of audio samples stored as de-interleaved f32 values.
Get the the buffer for a given channel.