SDL/src/audio
2016-11-13 22:57:41 -08:00
..
alsa ALSA: Fixed compile warning about unused function. 2016-11-05 21:23:17 +01:00
android audio: Renamed some internal driver symbols in various targets. 2016-08-11 22:22:09 -04:00
arts audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
bsd audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
coreaudio Mac: Fixed whitespace around function return type. 2016-09-21 23:06:49 +02:00
directsound audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
disk audio: Renamed some internal driver symbols in various targets. 2016-08-11 22:22:09 -04:00
dsp dsp: Implemented audio capture support. 2016-08-07 02:43:20 -04:00
dummy audio: Renamed some internal driver symbols in various targets. 2016-08-11 22:22:09 -04:00
emscripten emscripten: get even more aggressive about audio device closing. 2016-09-18 18:07:47 -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: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
haiku Patched to compile on Haiku. 2016-08-28 18:24:44 -04:00
nacl nacl: Patched to compile. 2016-08-28 18:52:25 -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: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
pulseaudio audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
qsa audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
sndio audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
sun audio: changed some SDL_memset() calls to SDL_zero(), other minor corrections. 2016-08-05 01:59:06 -04:00
winmm audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
xaudio2 audio: Don't trust audio drivers to drain pending audio. 2016-10-07 15:13:46 -04:00
SDL_audio.c Patch from Sylvain to fix clang warnings 2016-11-13 22:57:41 -08:00
SDL_audio_c.h Reworked audio converter code. 2016-11-05 02:34:38 -04:00
SDL_audiocvt.c Fixed audio conversion for unsigned 16 bit data. 2016-11-07 21:10:01 +01:00
SDL_audiodev.c Fixed bug 3484 - DSP driver does not detect /dev/dsp0 2016-11-11 12:41:06 -08:00
SDL_audiodev_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiotypecvt.c Fixed bug 3488 - Random crashes (because Memory overlap in audio converters detected by Valgrind) 2016-11-13 00:09:02 -08:00
SDL_mixer.c Fixed bug 2952 - SDL_MixAudioFormat does not support audio format AUDIO_U16LSB/AUDIO_U16MSB 2016-10-07 17:23:20 -07:00
SDL_sysaudio.h Patch from Sylvain to fix clang warnings 2016-11-13 22:57:41 -08: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