audio-reactive-led-strip/python
Scott Lawson b10a7d0396 Added experimental support for Raspberry Pi devices
This commit adds support for the Raspberry Pi, which allows users to
create a completely standalone music visualization system. The Raspberry
Pi should be connected directly to a ws2812b LED strip. A PWM-capable
GPIO pin should be connected to the data line of the LED strip. A USB
audio input device should be connected to one of the Raspberry Pi's USB
ports.

It is recommended that the GUI and FPS output be disabled when running
the visualization on the Raspberry Pi. These features can degrade
performance on the already computationally limited Raspberry Pi.
2017-01-03 16:33:28 -08:00
..
Output Minor bug fixes and tweaks 2016-10-22 22:16:08 -07:00
config.py Added experimental support for Raspberry Pi devices 2017-01-03 16:33:28 -08:00
dsp.py Fixed bug where some FPS values raised exceptions 2017-01-03 16:09:39 -08:00
gamma_table.npy Removed obsolete gamma table and updated config file to match 2016-11-13 01:08:51 -08:00
gui.py Added ComboBox to GUI for effect selection 2017-01-01 12:14:31 -07:00
led.py Added experimental support for Raspberry Pi devices 2017-01-03 16:33:28 -08:00
melbank.py Very minor PEP8 formatting changes 2016-12-24 22:54:06 -07:00
microphone.py Complete rewrite of most sections, added new onset detection 2016-10-22 21:55:22 -07:00
visualization.py Added experimental support for Raspberry Pi devices 2017-01-03 16:33:28 -08:00