Thank you,
I managed it with the biquad coefficients instead, can use a tool like https://www.easycalculation.com/physics/electromagnetism/biquad-calculator.php and enter the coefficients generated (setCoefficients method).
Cheers, Ben
Hi,
I'm trying to implement an EQ with the following 4 stages:
EQ1. High-pass: 12dB/oct @ 50Hz
EQ2. Dip: -1.5dB @ 150Hz, Q=1.5
EQ3. Dip: -8dB @ 2000Hz, Q=0.7
EQ4. Dip: -6dB @ 9500Hz, Q=3
I was hoping to use the AudioFilterBiquad object with...