Ryujinx-SDL/src/audio
James Legg d3cf7360db Fix audio conversion when channel count changes
- Use the SDL_AUDIO_MASK_DATATYPE bit when selecting an implementation
  where it matters. Previously two existing AUDIO_F32 cases had been
  written, but were unreachable.
- Add AUDIO_F32 case for SDL_ConvertSurround_4.
- Fix incorrect pointer arithmetic causing the 2 to 6 channel
  conversion for 4 byte audio formats to read and write beyond the end
  of the buffer.
2014-02-21 13:57:53 +00: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 Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
directsound Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08: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
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 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
sun Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
winmm Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
xaudio2 Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audio_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_audio.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08: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 Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_mixer.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_sysaudio.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_wave.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_wave.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
sdlgenaudiocvt.pl Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00