lx-s / WinMute

WinMute lets you automatically mute your PC volume on certain events (e. g. Screensaver, Workstation Lock, Shutdown, etc.).
BSD 3-Clause "New" or "Revised" License
168 stars 6 forks source link

Bluetooth trigger is triggered when bluetooth quick settings menu is open #15

Closed Rediwed closed 2 years ago

Rediwed commented 2 years ago

Hi! On Windows 11, it appears that the bluetooth trigger is triggered whenever you open the bluetooth quick access menu (even if the headset is still connected and active).

Steps to reproduce

  1. Have the bluetooth trigger active
  2. Listen to some music / audio
  3. Access the W11 quick settings and click on the rightward arrow in the bluetooth icon
  4. The audio will get muted
lx-s commented 2 years ago

Hi!

This one will be tough, as I don't have any Windows 11 supported computer at my disposal :/ I'll try to set up a VM with Bluetooth passthrough, to reproduce it!

lx-s commented 2 years ago

Couldn't install a W11 VM with bluetooth passthrough, but could reproduce it on Windows 10.

As soon as scanning for new devices starts, Windows sends a lot of Bluetooth messages, which WinMute did not interpreted correctly. I changed the detection logic for this case. In my quick tests it worked, but I'd appreciate it, if you could give it a go yourself, before I release this version.

Thanks in advance :)

Download WinMute_2.1.2.0-beta.zip

Rediwed commented 2 years ago

I've just tested your latest release, and the issue appears to be fixed! There was also an issue resulting in the same effect when sitting in the waiting room of a Teams meeting. That issue also appears to be gone. I'll test it some more.