Neopixel visualizer for audio FFT signal
Using the example from: http://www.swharden.com/wp/2013-05-09-realtime-fft-audio-visualization-with-python/
Visualized the fft from the microphone on my webcam over 300 neopixels.
Starting with the lower frequencies, going up (in a log-ish mannor) to higher frequencies, low db=blue going to green, then red.
Follow raspberrypi neopixel guide here: https://learn.adafruit.com/neopixels-on-raspberry-pi/software
sudo apt-get install python-matplotlib python-numpy python-scipy python-pyaudio
brew install portaudio
sudo apt-get install python3-numpy python3-pyaudio
sudo python ./xmas.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
11/27 Uploaded
SWHarden.com