Anc813 / MicMute

Mute default mic clicking tray icon or shortcut
MIT License
138 stars 23 forks source link

fix usb mic reset on power cycle #8

Open beppe9000 opened 3 years ago

beppe9000 commented 3 years ago

AmazonBasic Microphone has a press-button to toggle mute. When power is removed it is reset but the ~mic volume is not changed~ LED color is reset to default instead of mirroring windows audio device mute setting.

Anc813 commented 3 years ago

@beppe9000 This program does not memorize or change microphone state. It just listens for system events.

My Samson Go mic does not resets its state on power cycle. So it's up to mic to tell to operation system which state it has at current moment.

You can see actual mute status in microphone properties window image

beppe9000 commented 3 years ago

I'm planning to make a fix for this next weekend: if I cycle the mute status in MicMute (or by muting/unmuting in the dialog you posted) LED color does synchronize again with windows audio settings so it's a matter of catching hibernate and resume power events and do the trick.

dwettstein commented 2 years ago

This issue could be closed. 😇