this is an Application Equalizer Audio using PyQt5, support audio format *.WAV
Use the package manager pip to install package that needed for this application
pip install numpy
pip install librosa
pip install PyQt5
pip install pyqtgraph
pip install sounddevice
pip install scipy
load audio *WAV to program
Plotting filter Audio Vizualization
Remove all or Clear
Play filter audio
Stop play filter audio
Back to original audio
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.