pub struct ConditionerProcessCfg {
pub attack_rate_f: f32,
pub release_rate_f: f32,
pub threshold_f: f32,
pub balance_f: f32,
pub width_f: f32,
pub gain_f: f32,
pub am: f32,
pub rm: f32,
pub attack: f32,
pub release: f32,
pub a: f32,
pub pregain: f32,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.