Trait dsp::conv::FromFrameSlice [] [src]

pub trait FromFrameSlice<'a, F> where F: Frame {
    fn from_frame_slice(slice: &'a [F]) -> Self;
}

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

Required Methods

fn from_frame_slice(slice: &'a [F]) -> Self

Implementors