dlprows / FocusVolumeControl

Stream Deck+ plugin for controlling the focused application's volume
MIT License
3 stars 1 forks source link

Version 1.2.0 System sounds no longer works #9

Closed Mr-Bologna closed 5 months ago

Mr-Bologna commented 7 months ago

System sounds volume knob (fallback setting) on focused app volume plugin does not work in version 1.2.0.

Tested version 1.1.0 and confirmed it works in that version.

Note: the "reset" functionality on a long press seems to work, but it does not control the volume, mute, or display the correct information for system sounds specifically. It seems to work perfectly for every other app I have tried.

dlprows commented 7 months ago

That is interesting. Its the setting I use for my setup, and i haven't seen any issues with it.

If you turn the knob, does it change the volume, but just not display the right number, or does it do nothing?

do you use anything like voicemeeter, or multiple output devices, or anything else that may be unique about your setup?

There's a possible defect with the way it gets the system sound session. It iterates through all output devices to find the system sounds. I wrote that code when working on the voicemeeter fixes, and maybe there's a way for there to be a system sound session for multiple devices. Though i thought when i was testing that i could only get a system sound session to be associated to a single device.

dlprows commented 5 months ago

unable to reproduce - closing due to inactivity