EQ in Juce

Hi All,

I would like to do some eq processing of audio in a plugin. Its not an EQ plugin but I want to do some subtle eq behind the scenes.

I understand that there are some FFT and filter libraries around and I have searched using the terms ‘equalisation’ and ‘filter’ but I am not seeing anything that looks like a promising start.

Any help appreciated.

Have you looked through the DSP tutorials? I’ve never used any of JUCE’s DSP classes, but if I was going to start, this is where I would go first.

Check out @daniel’s amazing open source EQ at his Github :grinning:

2 Likes