Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
wasapi: Initial WASAPI support, for Windows Vista and later.
This should remain binary compatible with Windows XP, as we dynamically load anything we need and fall back to DirectSound/WinMM/XAudio2 if not available.
- Loading branch information
Showing
with
860 additions
and 0 deletions.
- +2 −0 VisualC/SDL/SDL.vcxproj
- +8 −0 VisualC/SDL/SDL_VS2008.vcproj
- +1 −0 include/SDL_config_windows.h
- +3 −0 src/audio/SDL_audio.c
- +798 −0 src/audio/wasapi/SDL_wasapi.c
- +46 −0 src/audio/wasapi/SDL_wasapi.h
- +2 −0 src/core/windows/SDL_windows.c
Oops, something went wrong.