Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Equalization (audio)
-
Can I create equalisation with helping of Qt? If it's possible than how I can do this?
-
Hi,
You can use Qt for the GUI part, for the equalization however you would need a dedicated library like "dspfilters":https://github.com/vinniefalco/DSPFilters
Hope it helps