Ryujinx-SDL/src/audio
Ryan C. Gordon 23020f92fa audio: Don't ever use libsamplerate in the SDL_AudioCVT codepath.
It causes audio pops if you're converting in chunks (and needs to
allocate/initialize/free on each convert). We'll either adjust this interface
when we break ABI for 2.1 to make this usable, or publish the SDL_AudioStream
API for those that want a streaming solution.

In the meantime, the "simple" resampler produces "good enough" audio without
pops and doesn't have to be initialized, so that'll do for now on the
SDL_AudioCVT interface.
2017-01-09 16:31:57 -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 Updated copyright for 2017 2017-01-01 18:33:28 -08:00
xaudio2 Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audio_c.h audio: Replaced older resamplers in SDL_AudioCVT with the new ones. 2017-01-09 06:00:58 -05:00
SDL_audio.c audio: Patched to compile if linking directly to libsamplerate. 2017-01-09 05:59:30 -05:00
SDL_audiocvt.c audio: Don't ever use libsamplerate in the SDL_AudioCVT codepath. 2017-01-09 16:31:57 -05:00
SDL_audiodev_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audiodev.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_audiotypecvt.c audio: Replaced older resamplers in SDL_AudioCVT with the new ones. 2017-01-09 06:00:58 -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