From 52015b0cc8cfca94e7e4b0ae15711f0a2494b59d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 6 Dec 2017 12:24:32 -0500 Subject: 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 --- VisualC/SDL/SDL.vcxproj | 5 +++-- VisualC/SDL/SDL.vcxproj.filters | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'VisualC') diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj index a4fb4478dd..a3d6f86d86 100644 --- a/VisualC/SDL/SDL.vcxproj +++ b/VisualC/SDL/SDL.vcxproj @@ -291,6 +291,7 @@ + @@ -389,9 +390,9 @@ - - + + diff --git a/VisualC/SDL/SDL.vcxproj.filters b/VisualC/SDL/SDL.vcxproj.filters index dcfd74a707..ce33f05997 100644 --- a/VisualC/SDL/SDL.vcxproj.filters +++ b/VisualC/SDL/SDL.vcxproj.filters @@ -438,7 +438,8 @@ - + + -- cgit v1.2.3