Skip to content

marius92mc/sound-equalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sound Equalizer

Run

$ python real_time_audio.py <value> <pauseDuration> <pauseValue> 

Print time of

  • disturbances that are greater than value
  • pauses for more than pauseDuration seconds with values lower than pauseValue All parameters all optional.

Installing dependencies

$ brew install portaudio

PyAudio-0.2.9
Configuration https://gist.github.com/jiaaro/9767512210a1d80a8a0d

$ sudo chown -R `whoami` /usr/local 
$ sudo chown -R `whoami` /usr/local/Cellar/

PyQt4 http://www.noktec.be/python/how-to-install-pyqt4-on-osx

$ sudo port install qt4-mac 
$ sudo port install py-pyqt 
$ brew install homebrew/python/numpy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages