For users with multiple audio outputs, would it be possible to add a menu within the plugin's menu that allows the user to determine which device's volume is being set? I assume this would take a moderate amount of effort, but it would be more convenient than over opening pavucontrol to change the volume for a non-default device.
Seconded. I have two audio devices attached, and the panel plugin only ever changes volume for one. Interestingly, muting affects both.
I have a bluetooth speaker attached and from the panel the slider cannot change the volume of the bluetooth speaker. Implementing this option would be awesome!
I changed the order of my sound card with the hope that this plugin will obey the change, however, it did not. It still takes the PCH card as the default output. cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xf3080000 irq 17 1 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xf3210000 irq 28 If, at least, it follows the change, it will alleviate the problem to a great extent. The final fix will be to have the ability to change the default card from the plugin itself, of course.
(In reply to Kete Tefid from comment #3) > I changed the order of my sound card with the hope that this plugin will > obey the change, however, it did not. It still takes the PCH card as the > default output. This won't work. What you'll have to do is change the "primary" device in Pulesaudio, e.g. pacmd set-default-sink "card name" The panel plugin will pick up the change. Obviously this is very cumbersome, hence the request to be able to do this from the panel plugin itself.
Just to say mee too, I am interested by this feature.
I think that recent versions do exactly what this bug requests: https://i.imgur.com/zJwRVBh.png
Thanks ! Yup I can confirm that it is implemented in the version 0.3.4 and not in 0.2.3 (the default Opensuse 42.3 version). You can mark this issue as solved Thanks again !
Thanks for the update!