Trait sample::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

Implementors