ares-openbsd/desktop-ui
John Tur 0a8f25e7d8
Support default device in WASAPI driver (#1515)
The WASAPI sound driver now supports a "Default" audio output device:
<img
src="https://github.com/ares-emulator/ares/assets/27514983/fbf358d6-41e7-478d-8a76-fc86790d7774"
width="650" />

This uses the [Automatic Stream
Routing](https://learn.microsoft.com/en-us/windows/win32/coreaudio/automatic-stream-routing)
API that was introduced in Windows 10. A runtime check was added to
ensure that the feature does not appear on older versions of Windows.

I did some limited testing and found the feature to work without issues.

Closes https://github.com/ares-emulator/ares/issues/1514
2024-06-07 10:48:42 +01:00
..
emulator
game-browser
input
presentation
program UI: Initialize all video options correctly on driver settings update (#1513) 2024-06-03 11:09:17 +01:00
resource Support default device in WASAPI driver (#1515) 2024-06-07 10:48:42 +01:00
settings ruby: Various Mac driver settings fix-ups (#1486) 2024-05-05 16:11:35 +01:00
tools
GNUmakefile
desktop-ui.cpp
desktop-ui.hpp
macos-fix-jit.cpp