pub unsafe extern "C" fn ndspChnIirMonoSetParamsHighPassFilter(
id: c_int,
f0: f32,
) -> boolExpand description
Sets the monopole to be a high pass filter. (Note: This is a lower-quality filter than the biquad one.)
ยงArguments
id- ID of the channel (0..23).f0- High pass cut-off frequency.