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

Colors #379

Open triosphere opened 9 months ago

triosphere commented 9 months ago

This project is great, a real holiday hit here. I'm running Linux on an old computer with a Node MCU, and plugging an audio output into my sound card. This is ideal because otherwise you pick up room noise on a live mic.

Can someone explain to me how to modify/limit the color ranges? I am speculating I would do this in visualization.py or led.py? But I don't have enough coding experience to know exactly how to do it. I don't mind using RGB, and would like to do this with minimal changes to the existing code. Based on limited research, I think I need to specify upper and lower ranges of the RGB values with an array, but I've tried a few changes and cannot get the desired results.

No "issue", just hoping someone with more python experience can point me in a direction. Thank you.