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.