-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add LED audio support #29
Comments
The LED music mode is a little bit interesting. The way it seems to work is that you set the LED to mode It's pretty involved and while I'd like to do it I think it's out of scope for this particular tool. I've thought about having an |
Hey I would love to help on my spare time, I’m an ee student and anything I can do to speed up the process only helps me in the end!
Cheers,
Adam Heffernan
On Jun 15, 2018, at 9:41 PM, Tyler Szabo <[email protected]<mailto:[email protected]>> wrote:
The LED music mode is a little bit interesting. The way it seems to work is that you set the LED to mode 2 (Music Mode) where you can set min/max brightness and a color. Then call dllexp_BeatInput with either 0 (off) or 1 (on). This means that you need run a daemon that can pulse the beat on and off. This daemon will also need to monitor audio somehow.
It's pretty involved and while I'd like to do it I think it's out of scope for this particular tool. I've thought about having an RGBFusionToolD that can run in the background and speed up execution by doing a single initialization and potentially allowing various uses of the "Music" Mode. If there's as lot of demand I'll certainly look into doing it sooner :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AgO1-exmME3-3DEkHDAKwmn6LIbIYAQ-ks5t9GI0gaJpZM4UqTbB>.
|
If you know a good way to do beat detection of other applications then that'd be the biggest help. The beat detection part does involve some math but what I see as the hard part is figuring out what audio is playing and then getting the beat from that audio. I think the best place for this behavior would be as a plugin for a media player (especially because you'd be able to do beats from just the music and not mix with other things like system sounds). I'm not familiar enough with the audio APIs to know how to find out what sounds are playing on the system at a given moment. If you know where to get that data I could certainly look into it. |
This might be something to look at: https://github.com/naudio/NAudio/blob/master/Docs/WasapiLoopbackCapture.md |
@Grippy98 thanks! That does indeed look like something that I could use. |
https://github.com/naudio/NAudio this will be even more helpful, this is what Emily Maxwell has used for the Corsair Effects Engine |
No description provided.
The text was updated successfully, but these errors were encountered: