pub unsafe extern "C" fn ndspChnIirMonoSetParamsCustomFilter(
    id: c_int,
    a0: f32,
    a1: f32,
    b0: f32
) -> bool
Expand description

Manually sets up the parameters on monopole filter

§Arguments

  • id - ID of the channel (0..23).
  • enable - Whether to enable the IIR monopole filter.