[][src]Trait spectrusty_core::audio::IntoSample

pub trait IntoSample<S> {
    fn into_sample(self) -> S;
}

For converting samples between types.

Required methods

fn into_sample(self) -> S

Convert to S a sample type from self.

Loading content...

Implementors

impl<S: FromSample<T>, T> IntoSample<S> for T[src]

Loading content...