pub type EchoTapConfig = syz_EchoTapConfig;Expand description
Re-exported Synthizer syz_EchoTapConfig type. Using this instead of a
dedicated struct prevents needing to clone your taps on the way to
Synthizer.
Aliased Type§
#[repr(C)]pub struct EchoTapConfig {
pub delay: f64,
pub gain_l: f64,
pub gain_r: f64,
}Fields§
§delay: f64§gain_l: f64§gain_r: f64