Trait sample::conv::ToBoxedSampleSlice [] [src]

pub trait ToBoxedSampleSlice<S> where
    S: Sample
{ fn to_boxed_sample_slice(self) -> Box<[S]>; }

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

Required Methods

Implementors