Skip to content

Simple filter Equalizer lowpass, highpass, bandpass and bandstop

Notifications You must be signed in to change notification settings

TynClause/Equalizer-Audio-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple filter Equalizer lowpass, highpass, bandpass and bandstop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages