SDL/src/audio
Ryan C. Gordon b5eeab779f audio: allow stereo Sint16 resampling fast path in SDL_AudioStream.
This currently favors libsamplerate over the fast path (quality over speed),
but I'm not sure that's the correct approach, as there may be surprising
changes in performance metrics depending on what packages are available on
a user's system. That being said, currently, the only thing with access to
SDL_AudioStream is an SDL audio device's thread, and it might be mostly idle
otherwise, so maybe this is generally good.
2017-01-24 00:08:24 -05:00
..
alsa Updated copyright for 2017 2017-01-01 18:33:28 -08:00
android Updated copyright for 2017 2017-01-01 18:33:28 -08:00
arts Updated copyright for 2017 2017-01-01 18:33:28 -08:00
bsd Updated copyright for 2017 2017-01-01 18:33:28 -08:00
coreaudio Updated copyright for 2017 2017-01-01 18:33:28 -08:00
directsound Replaced a few single-line "//" comments. 2017-01-07 17:09:14 -05:00
disk diskaudio: Use SDL_Log, not fprintf. 2017-01-05 19:30:45 -05:00
dsp Updated copyright for 2017 2017-01-01 18:33:28 -08:00
dummy Updated copyright for 2017 2017-01-01 18:33:28 -08:00
emscripten audio: rename fake_stream to work_buffer. 2017-01-06 01:07:34 -05:00
esd Updated copyright for 2017 2017-01-01 18:33:28 -08:00
fusionsound Updated copyright for 2017 2017-01-01 18:33:28 -08:00
haiku haiku: Patched to compile. 2017-01-06 03:15:27 -05:00
nacl audio: rename fake_stream to work_buffer. 2017-01-06 01:07:34 -05:00
nas Updated copyright for 2017 2017-01-01 18:33:28 -08:00
paudio Updated copyright for 2017 2017-01-01 18:33:28 -08:00
psp Updated copyright for 2017 2017-01-01 18:33:28 -08:00
pulseaudio Updated copyright for 2017 2017-01-01 18:33:28 -08:00
qsa Updated copyright for 2017 2017-01-01 18:33:28 -08:00
sndio Updated copyright for 2017 2017-01-01 18:33:28 -08:00
sun Updated copyright for 2017 2017-01-01 18:33:28 -08:00
winmm Fixed mingw64 32-bit build, which does have the correct structure definitions 2017-01-19 20:19:37 -08:00
xaudio2 Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audio.c audio: Implemented SIMD support for audio data type converters. 2017-01-16 00:58:28 -05:00
SDL_audio_c.h audio: Implemented SIMD support for audio data type converters. 2017-01-16 00:58:28 -05:00
SDL_audiocvt.c audio: allow stereo Sint16 resampling fast path in SDL_AudioStream. 2017-01-24 00:08:24 -05:00
SDL_audiodev.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audiodev_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audiotypecvt.c audio: Fixed copy/paste bug in float32->sint16/SSE2 scalar leftover code. 2017-01-23 12:14:28 -05:00
SDL_mixer.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_sysaudio.h audio: rename fake_stream to work_buffer. 2017-01-06 01:07:34 -05:00
SDL_wave.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_wave.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00