Trait dsp::conv::ToBoxedFrameSlice []

pub trait ToBoxedFrameSlice<F> where F: Frame {
    fn to_boxed_frame_slice(self) -> Option<Box<[F]>>;
}

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

Required Methods

Implementors