audio-reactive-led-strip icon indicating copy to clipboard operation
audio-reactive-led-strip copied to clipboard

LEDs keep running even there is no audio, due to NOISE

Open i130233 opened this issue 6 years ago • 1 comments

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!

i130233 avatar Nov 30 '18 21:11 i130233

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.

joeybab3 avatar Dec 23 '18 04:12 joeybab3