[−][src]Trait spectrusty_core::audio::IntoSample
For converting samples between types.
Required methods
pub fn into_sample(self) -> S[src]
Convert to S a sample type from self.
For converting samples between types.
pub fn into_sample(self) -> S[src]Convert to S a sample type from self.
impl<S: FromSample<T>, T> IntoSample<S> for T[src]pub fn into_sample(self) -> S[src]