audio-reactive-led-strip
audio-reactive-led-strip copied to clipboard
LEDs keep running even there is no audio, due to NOISE
Hi, I am doing this on NodeMCU+Windows 10 and getting NOISE due to which my LEDs keep running even there is no audio present. I don't know from where this noise is coming. Looking for somebody to help in solving this problem. Thanks!
The visualizer attempts to scale the values to the input which means if there is no input it will keep essentially amplifying the input until it hits the threshold and gives up. you can play around with the threshold value in config.py if it's giving you issues.