SDL/src/audio
Ryan C. Gordon a7f86f2fd2 audio: don't cast to double in SDL_ConvertStereoToMono().
It's expensive and (hopefully) unnecessary. If this becomes an overflow
problem, we could multiply both values by 0.5f before adding them, but let's
see if we can get by without the extra multiplication first.
2017-01-22 20:18:59 -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: don't cast to double in SDL_ConvertStereoToMono(). 2017-01-22 20:18:59 -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: Implemented SIMD support for audio data type converters. 2017-01-16 00:58: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