scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.67k stars 642 forks source link

Separate visualization for each spatial audio channel #351

Closed whytox closed 2 years ago

whytox commented 2 years ago

Hi, first of all, thank you and congrats on your work on this.

I was thinking if it would be possible to create a new visualization effect which perform a different visualization for each channel. I was listening to a song with very separated left/right channels and thought that something like this could be really nice (it's Baby by Devendra Banhart, listen to the background guitars).

I am not asking to do it, but I would appreciate any suggestion about its feasibility as I may even try to implement it by myself.

I think I should first separate the channels, build an indipendet representation for each of them and then visualize each representations on a strip half.

The problem is that I am not into digital audio signals representation so I don't know if what I am saying is feasible or has problems.

Any thought or comment from you masters is greatly appreciated, suggested readings about the problem too. Thanks again.