pub trait ToFrameSlice<'a, F>where
F: Frame,{
// Required method
fn to_frame_slice(self) -> Option<&'a [F]>;
}Expand description
For converting from a slice of Samples to a slice of Frames.
pub trait ToFrameSlice<'a, F>where
F: Frame,{
// Required method
fn to_frame_slice(self) -> Option<&'a [F]>;
}For converting from a slice of Samples to a slice of Frames.