JamesGKent / rotary_volume

kernel module to use rotary encoder as a volume control
GNU General Public License v2.0
13 stars 5 forks source link

Bluetooth compatibility (Raspbian) #3

Open streff opened 5 years ago

streff commented 5 years ago

Can you advise if the same workaround that's required for Kodi would be required for Mopidy on a Pi running Raspbian Stretch? I see the correct events firing in evtest, but no change in effective or reported volume. Sound is output to bluetooth speaker via Alsa. *Edit: alsamixer accurately reflects volume changes, but only to the default output, not the bluetooth output. "alsamixer -D bluealsa" displays the output volume for the correct device, but it remains static while the default device changes. Any advice on how to get it to affect the bluetooth / bluealsa sink instead would be appreciated.

JamesGKent commented 5 years ago

I have no experience with mopidy, but essentially what this module does is provide keyboard input with volume up or down button presses, so you could see if anyone has had this issue with a normal keyboard and try any solutions that come up from there?

I'd like to try and help investigate but I just don't have the required bits (no Bluetooth audio) but if there is anything you think I might be able to help with please ask

streff commented 5 years ago

Thanks for the pointer, will update when I find something.