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