MarshallOfSound / Google-Play-Music-Desktop-Player-UNOFFICIAL-

A beautiful cross platform Desktop Player for Google Play Music
https://www.googleplaymusicdesktopplayer.com
MIT License
8.27k stars 767 forks source link

RBG Lighting Systems support #2457

Closed akxer closed 7 years ago

akxer commented 7 years ago

OS: Windows, Linux(x64)

Issue Descriptions: Add support for RBG lighting systems such as AlienFX and/or any such systems whose support can be developed simultaneously.

Steps to Reproduce: NA

MarshallOfSound commented 7 years ago

This kind of setup is normally handled at the Audio Driver level, not sure what you want GPMDP to implement here?

akxer commented 7 years ago

I saw a repo LightFX Extender, which you can include in you node project as an addon using node-gyp. I guess it is a little hard as you need to know C/C++ (I need to learn them again). A node wrapper needs to be built. This will let you add generic support for RBG systems(Alienware, Razer, Logitech, etc.). I am still reading up on how to do it so I can help you, but I don't think it will be soon enough

MarshallOfSound commented 7 years ago

I believe this is something out of scope for this player and should be implemented either through the playback API, through system sound drivers or through the upcoming plugins work