vinniefalco / DSPFilters

A Collection of Useful C++ Classes for Digital Signal Processing
1.83k stars 375 forks source link

Equalizer? #28

Closed ghost closed 8 years ago

ghost commented 8 years ago

Does this library contain an equalizer? If not, can one be made with the filters present in the library?

galchinsky commented 8 years ago

What type of equalizer do you want? You can make parametric equalizer using these filters. As for graphic equalizer, google "Linkwitz-Riley crossover", you can create one using paired Butterworth filters. There are topics on musicDSP and KVR.