pub unsafe extern "C" fn ndspChnIirMonoSetParamsLowPassFilter(
    id: c_int,
    f0: f32
) -> bool
Expand 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.