/Equalizer-Audio-Python

Simple filter Equalizer lowpass, highpass, bandpass and bandstop

Primary LanguagePython

EQUALIZER WITH PYTHON

this is an Application Equalizer Audio using PyQt5, support audio format *.WAV

image

Requirement

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

Features

Load

load audio *WAV to program

Plot

Plotting filter Audio Vizualization

Clear

Remove all or Clear

Play

Play filter audio

Stop

Stop play filter audio

Reset

Back to original audio

Contributing

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.