Anc813 / MicMute

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

Audio Output Device in Windows #16

Closed roughnecks closed 3 years ago

roughnecks commented 3 years ago

Hey,

I was wondering why this isn't working and if you can fix it..

https://i.imgur.com/bFqcnqB.jpeg

If I select any other output device which isn't default ("Predefinito" in Italian), MicMute doesn't acknowledge it and keeps playing the "on" and "off" sounds on the default device.

Thanks

Anc813 commented 3 years ago

@roughnecks it uses SoundPlayer Class to play sound https://github.com/Anc813/MicMute/blob/master/MainForm.cs#L152 https://docs.microsoft.com/en-us/dotnet/api/system.media.soundplayer

Unfortunately, there is no option to specify output device.

roughnecks commented 3 years ago

I see. Thanks anyway.