libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.05k stars 1.81k forks source link

Xaudio driver can't unmute audio after using the mute hotkey #1219

Closed Monroe88 closed 9 years ago

Monroe88 commented 9 years ago

With the Xaudio driver, if you press the mute hotkey to mute audio, then press it again to unmute, the audio does not unmute. There will be no sound at all until you restart RetroArch.

Using the Audio Mute option in Audio Options will correctly mute and unmute audio as expected. However, if you previously muted audio with the hotkey, it will not be able to unmute audio either.

This does not happen with dsound or sdl audio drivers.

Monroe88 commented 9 years ago

This issue isn't occurring anymore on the latest revisons, probably fixed by 3ad3625271b776642735bb1fd8d090aedf955583

Closing this issue.