Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 736 Bytes

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