Struct dalia::BiquadParams¶
ClassList > dalia > BiquadParams
Configuration parameters for a biquadratic IIR filter.
#include <EffectControl.h>
Public Types¶
| Type | Name |
|---|---|
| enum uint8_t | Type Defines the frequency response shape of a standard biquadratic filter. |
Public Attributes¶
| Type | Name |
|---|---|
| float | frequency = 20000.0f |
| float | resonance = 0.707f |
| enum dalia::BiquadParams::Type | type = Type::LowPass |
Public Functions¶
| Type | Name |
|---|---|
| void | Sanitize () Clamps internal parameters to safe ranges. |
Public Types Documentation¶
enum Type¶
Defines the frequency response shape of a standard biquadratic filter.
Public Attributes Documentation¶
variable frequency¶
variable resonance¶
variable type¶
Public Functions Documentation¶
function Sanitize¶
Clamps internal parameters to safe ranges.
The documentation for this class was generated from the following file engine/include/dalia/audio/EffectControl.h