Nazmus Nasir
Nazmus Nasir
I will always be grateful to the contributors of this project. This was years ahead of the actual product.
That's really awesome to hear, thank you!! Can't wait to see your end product.
You might need to force kill the script along with running `off.py`. Try something like this in your 'stop' logic: ``` sudo pkill -f visualization.py ``` That command should look...
@JasonLG1979 - That's a great idea!
No worries! I wish I could take credit for all that code but only a few customizations are mine :) Most of the original code is by Scott Lawson.
The warning you're getting after installation is fine to ignore. It just doesn't like that you're running things as sudo but it's necessary to control the hardware, the Pi won't...
You're getting the FPS so that means it's working. Your settings look good. Are the lights not working?
What command are you using? It should be: ```python sudo python3 visualization.py scroll ``` The `scroll` can be "energy" or "spectrum" as well. I'm a little confused about the diagram....
That's strange! I wonder if the Pi is picking up some kind of ambient noise somewhere. Can you run this and share the output: ``` cat /proc/asound/cards ``` That should...
That's strange! Do the lights still flicker if you disconnect the mic while the app is running? The app may crash but it could be worth a try.