Struct synthizer::BiquadConfig[][src]

pub struct BiquadConfig { /* fields omitted */ }
Expand description

Biquad filters. This is used primarily as the value to biquad properties. The member functions match the Synthizer C functions of the same name.

Since Rust doesn’t have default parameters, you can use DEFAULT_Q for Synthizer’s suggested default Q.

The Default impl on this struct returns an identity filter designed with syz_biquadDesignIdentity, a filter which passes audio through unchanged.

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.