SDL/src/audio
Ryan C. Gordon f7c29bcb2a Added a GetPendingBytes method to the audio backend.
This will (eventually) make SDL_GetQueuedAudioSize() more accurate, and thus
reduce latency. Right now this isn't implemented anywhere, so we assume data
fed to the audio callback is consumed by the hardware and immediately played
to completion.
2014-07-30 11:08:31 -04:00
..
alsa Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
android Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
arts Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
bsd Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
coreaudio Static analysis fix: Removed unused variable. 2014-03-20 16:56:37 -04:00
directsound Split the XInput and DirectInput code so Windows RT can use the existing XInput support. 2014-07-03 15:39:55 -07:00
disk Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
dsp Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
dummy Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
esd Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
fusionsound Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
haiku Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
nacl Fixes audio for Native Client, and other fixes... 2014-06-08 18:18:13 -03:00
nas Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
paudio Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
psp Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
pulseaudio Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
qsa Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
sndio Fixed bug 2580 - sndio backend improvements 2014-06-15 17:26:30 -07:00
sun Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
winmm Fixed 64-bit warnings 2014-03-09 12:27:31 -07:00
xaudio2 XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible. 2014-07-30 09:54:01 -04:00
SDL_audio_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audio.c Added a GetPendingBytes method to the audio backend. 2014-07-30 11:08:31 -04:00
SDL_audiocvt.c Fix audio conversion when channel count changes 2014-02-21 13:57:53 +00:00
SDL_audiodev_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audiodev.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audiomem.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audiotypecvt.c Regenerated SDL_audiotypecvt.c with updated perl script. 2014-06-10 19:39:33 -04:00
SDL_mixer.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_sysaudio.h Added a GetPendingBytes method to the audio backend. 2014-07-30 11:08:31 -04:00
SDL_wave.c Skip JUNK chunks in wave files 2014-07-08 00:42:14 -07:00
SDL_wave.h Skip JUNK chunks in wave files 2014-07-08 00:42:14 -07:00
sdlgenaudiocvt.pl Fix audio resampling in some cases. 2014-06-10 19:37:59 -04:00