First of all I would like to apologize if such a feature request already exists, but I could not get any results by searching with my terms.
Now to the actual request:
Couldn't you also use an LED strip (e.g. WS2812 LEDs) for sound visualization? The necessary information can be written into the shared memory area with the help of the "-v" option and passed on to the LED strip by a small program.
Unfortunately, I have no experience with TinyCore Linux to develop this on the fly. My previous solution from https://github.com/scottlawsonbc/audio-reactive-led-strip has unfortunately a too high latency due to the hunger for resources (and the additional FFT calculation).
Now to the actual request:
Couldn't you also use an LED strip (e.g. WS2812 LEDs) for sound visualization? The necessary information can be written into the shared memory area with the help of the "-v" option and passed on to the LED strip by a small program.
Unfortunately, I have no experience with TinyCore Linux to develop this on the fly. My previous solution from https://github.com/scottlawsonbc/audio-reactive-led-strip has unfortunately a too high latency due to the hunger for resources (and the additional FFT calculation).