pub trait ToBoxedSampleSlice<S>where
S: Sample,{
// Required method
fn to_boxed_sample_slice(self) -> Box<[S]>;
}Expand description
For converting from a boxed slice of Frames to a boxed slice of Samples.
pub trait ToBoxedSampleSlice<S>where
S: Sample,{
// Required method
fn to_boxed_sample_slice(self) -> Box<[S]>;
}For converting from a boxed slice of Frames to a boxed slice of Samples.