-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to make the LED's react to music input? #57
Comments
At this moment it's not implemented in the program, main reason is I don't know how to convert audio into commands to change the led color/brightness :(. |
Is there a way to convert the Mic Signal into a wave Form? Then for high, mid and Bass Set colors and fade them random. I hope you understand what I mean. It where good to know how other products work with Sound 2 Light 🤔 |
@tom-2015 What if you don't have to convert the audio into commands? I mean the audio signal needs to be processed, thats right. But depending on the amplitude of the track, it can send or it will send "values" or a graph. Your part would be to grab parts of the path every x ms and read a value, lets say 1-10. 1 = low, nothing happens, maybe little voice part, where 10 would be the base kick while the song drops. Now to transfer that into a command you could use if(value=10){DoStuff}. Audio Input for the pi could come trough cheap usb soundcards, I'll google a bit in my spare time, maybe I can come up with some more help :/ Thats the only feature I'm missing, being able to run my "shows" sound activated 👯 |
🤔you mean make the brightness change with amplitude of audio signal? Edit, found this on youtube 😀: |
$499.99, definetly not :D |
https://github.com/scottlawsonbc/audio-reactive-led-strip the dsp.py should be interesting. Its the digital signal processing. |
Yes that can be interesting but will take some time to implement. |
Any Updates? Possible? |
Didn't have time to start with audio support. |
Release 6.1 has 3 new functions for audio effects. |
Hey, as the title says, is there, or will there be a way? 👯 :)
The text was updated successfully, but these errors were encountered: