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