Description
LED music visualiser project.
TLDR: I created a cool LED music visualiser a while ago that calculates frequency bands on an audio file on a computer and sends the data to the RPI to be displayed (seen above).
Currently working on a new version in Kotlin to compute the music visualisation on the RPI using live audio input and display in real time. For this I created a display interface and implemented a web display so I can test the visualisation out without access to the LEDs.
More info will be added later.