Trait dsp::conv::ToSampleSlice [] [src]

pub trait ToSampleSlice<'a, S> where
    S: Sample
{ fn to_sample_slice(self) -> &'a [S]; }

For converting from a slice of Frames to a slice of Samples.

Required Methods

Implementors