kc3-lang/SDL/src/audio/wasapi/SDL_wasapi_winrt.cpp

Branch :


Log

Author Commit Date CI Message
7f9854b9 2018-09-25 01:45:12 WinRT: Wait until audio device activation is complete and PrepDevice during OpenAudio
e3cc5b2c 2018-01-03 10:03:25 Updated copyright for 2018
351d6d47 2017-12-06 12:24:32 audio: Port WASAPI to WinRT, remove XAudio2 backend. XAudio2 doesn't have capture support, so WASAPI was to replace it; the holdout was WinRT, which still needed it as its primary audio target until the WASAPI code code be made to work. The support matrix now looks like: WinXP: directsound by default, winmm as a fallback for buggy drivers. Vista+: WASAPI (directsound and winmm as fallbacks for debugging). WinRT: WASAPI