pub unsafe extern "C" fn ndspChnIirBiquadSetEnable(
    id: c_int,
    enable: bool
)
Expand description

Configures whether the IIR biquad filter of a channel is enabled.

§Arguments

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