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

Manually sets up the parameters of the biquad filter

§Arguments

  • id - ID of the channel (0..23).