SDL/src/audio
Ryan C. Gordon db1dd7560e XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible.
For versions of XAudio2 with an IXAudio2SourceVoice::GetState() that offers a
flags parameter, we can use XAUDIO2_VOICE_NOSAMPLESPLAYED, since we don't
need this information in our current calls. According to MSDN, this makes the
the call about 3x faster.
2014-07-30 09:54:01 -04:00
..
alsa Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
android Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
arts Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
bsd Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
coreaudio Added a README file regarding WinRT support 2014-04-09 21:29:19 -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 Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
dsp Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
dummy Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
esd Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
fusionsound Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
haiku Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
nacl Fixes audio for Native Client, and other fixes... 2014-06-08 18:18:13 -03:00
nas Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
paudio Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
psp Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
pulseaudio Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
qsa Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
sndio Fixed bug 2580 - sndio backend improvements 2014-06-15 17:26:30 -07:00
sun Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
winmm Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
xaudio2 XAudio2: Use XAUDIO2_VOICE_NOSAMPLESPLAYED when possible. 2014-07-30 09:54:01 -04:00
SDL_audio.c Clarifying hard-to-understand piece of code. 2014-07-22 23:12:21 -04:00
SDL_audio_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_audiocvt.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_audiodev.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_audiodev_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_audiomem.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_audiotypecvt.c Regenerated SDL_audiotypecvt.c with updated perl script. 2014-06-10 19:39:33 -04:00
SDL_mixer.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_sysaudio.h Added audio device buffer queueing API. 2014-07-22 21:41:49 -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