Tom Scherlis

Results 5 comments of Tom Scherlis

Yes. You can edit the mode just like this: https://github.com/scottlawsonbc/audio-reactive-led-strip/blob/master/python/visualization.py#L251 You'll have to write the supporting software to read a hardware switch and update the mode though of course.

Yep! Here it is: https://github.com/scottlawsonbc/audio-reactive-led-strip/pull/73 Glad to hear that the fix is working @watahboy!

No, I don't sorry.

old thread, but I've found a hacky fix. Disabling errors on buffer overflows prevents the program from crashing after an overflow, but does not remove the overflows themselves. With the...

The fix posted is a little bit out of date just because it clears the buffer on every loop, which works fine on newer pi's but might cause speed issues...