SDL/src/audio
Ryan C. Gordon 21c7fe0060 windows: directsound should also map audio device GUIDs to proper names.
Moved this code from winmm into core so both can use it.

DirectSound (at least on Win10) also returns truncated device names, even
though it's handed in as a string pointer and not a static-sized buffer.  :/
2016-08-10 15:34:24 -04:00
..
alsa audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
android audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. 2016-08-05 02:04:48 -04:00
arts audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
bsd audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
coreaudio Added a FIXME. 2016-08-09 16:58:06 -04:00
directsound windows: directsound should also map audio device GUIDs to proper names. 2016-08-10 15:34:24 -04:00
disk disk audio: Make default i/o delay match what device is meant to be running at. 2016-08-06 03:45:45 -04:00
dsp dsp: Implemented audio capture support. 2016-08-07 02:43:20 -04:00
dummy audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. 2016-08-05 02:04:48 -04:00
emscripten emscripten audio: fix timer on capture's silence callback. 2016-08-10 14:13:48 -04:00
esd audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
fusionsound audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
haiku audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
nacl audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
nas nas: initial shot at audio capture support. Compiles, but not tested. 2016-08-05 04:23:32 -04:00
paudio audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
psp audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. 2016-08-05 02:04:48 -04:00
pulseaudio audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
qsa audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice. 2016-08-05 02:04:48 -04:00
sndio audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
sun audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
winmm windows: directsound should also map audio device GUIDs to proper names. 2016-08-10 15:34:24 -04:00
xaudio2 audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
SDL_audio.c audio: Patched to compile on C89 compilers. 2016-08-10 14:14:14 -04:00
SDL_audio_c.h audio: implemented higher level infrastructure for running capture devices. 2016-08-02 13:50:21 -04:00
SDL_audiocvt.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiodev.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiodev_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiotypecvt.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_mixer.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_sysaudio.h disk audio: Implemented "capture" support, cleaned up some things. 2016-08-06 03:39:15 -04:00
SDL_wave.c audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
SDL_wave.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
sdlgenaudiocvt.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00