Added Python equalizer effect generator

* It uses input from microphone and displays colors based on the frequencies present in the input
This commit is contained in:
Jakub Zika 2011-09-23 09:18:55 +02:00
parent a872406927
commit 21d9a3d4a4
2 changed files with 85 additions and 0 deletions

View file

@ -24,3 +24,4 @@ DEPENDENCIES:
demo.py requires PyGame, Python wrapper around SDL
send_to_serial.py requires PySerial, Python library for work with serial ports
equalizer.py requires PyAudio (wrapper around PortAudio) and a microphone