pub trait Sample {
// Required method
fn output(&self) -> f32;
}Expand description
Trait for types that can output f32 audio samples.
pub trait Sample {
// Required method
fn output(&self) -> f32;
}Trait for types that can output f32 audio samples.