|
|
|
|
|
by strags
2553 days ago
|
|
It's actually quite a bit louder than this now. Also, the lights aren't quite as infant-retina-searingly-bright as the camera would have you believe. https://www.youtube.com/watch?v=xtE8oE9GOsM Currently it's still running my test code, which just lets him mess with volume/pan/pitch. I need to get around to writing something a bit fancier. Tech deets: It's just a RPi3 with most of the stuff written in Python. I tried to get a bunch of Python audio libs working, but gave up and wrote my own C++ module for sample mixing. The NeoPixel rings are driven via the SPI output, and the rotary encoders/switches are just hooked up to random GPIOs. |
|