radj307 / volume-control

Specific-Application Volume Control Hotkeys for Windows.
https://radj307.github.io/volume-control
GNU General Public License v3.0
77 stars 6 forks source link

Duplicate sessions with same name can't all be controlled by same active hotkey, is this intended? #153

Open infcted opened 9 months ago

infcted commented 9 months ago

For programs such as Discord. It will have child processes with the same name but different PIDs. Volume Control seems to pick up on these multiples. image When using a hotkey to only change volume of a targeted session by that name (and when choosing all in the Target Overrides(s) selection), it will only manipulate one of the multiple sessions. image

Should we [FEATURE] a sync of all the sessions with a same name (maybe #54?) or is this a [BUG]?

radj307 commented 7 months ago

This is half intended and half bug.

Discord does use 3 distinct audio sessions: notifications out, VoIP out, & VoIP in. Treating these separately is intended.
But the hotkey target overrides only affecting the first session is not intended. They should affect all input or output sessions with the same name, so that is a bug.

I can't promise when I'll be able to fix this as I'm fairly busy atm, but I'll try to do it soon.