pub unsafe extern "C" fn ndspChnIirBiquadSetParamsBandPassFilter(
id: c_int,
f0: f32,
Q: f32
) -> bool
Expand description
Sets the biquad to be a band pass filter.
§Arguments
id
- ID of the channel (0..23).f0
- Mid-frequency.Q
- “Quality factor”, typically should be sqrt(2)/2 (i.e. 0.7071).