Ryujinx-SDL/src/audio
Manuel V?gele 554037a6f7 audio: fix popping sounds caused by signed/unsigned conversion
When converting audio from signed to unsigned values of vice-versa
the silence value chosen by SDL was the value of the device, not
of the stream that the data was being put into. After conversion
this would lead to a very high or low value, making the speaker
jump to a extreme positon, leading to an audible noise whenever
creating, destroying or playing scilence on a device that reqired
such conversion.
2020-09-26 09:30:08 +02:00
..
alsa Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
android Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
arts Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
coreaudio Fixed Bluetooth audio output on Apple TV 2020-06-04 12:26:57 -07:00
directsound Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
disk Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
dsp Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
dummy Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
emscripten Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
esd Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
fusionsound Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
haiku Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
jack jack: Fixed memory leak on device close. 2020-09-19 14:01:57 -04:00
nacl Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
nas Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
netbsd Fixed bug 5076 - SDL_netbsdaudio: Add support for 32-bit LPCM 2020-04-05 10:44:51 -07:00
openslES Fixed opening audio on Android from the Steam Link shell activity 2020-02-13 16:10:52 -08:00
os2 os2: a _lot_ of coding style cleanup, sot that they match the SDL style. 2020-10-15 21:37:30 +03:00
paudio Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
psp Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
pulseaudio hints: Allow specifying audio device metadata. 2020-05-03 22:13:48 -04:00
qsa Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
sndio Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
sun Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
wasapi windows: Fix calls to CoCreateInstance() so last parameter is a LPVOID *. 2020-05-20 16:58:33 -04:00
winmm Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audio_c.h audio: Calculate a legitimate SDL_AudioSpec::silence in SDL_LoadWAV_RW(). 2020-01-21 15:49:37 -05:00
SDL_audio.c audio: fix popping sounds caused by signed/unsigned conversion 2020-09-26 09:30:08 +02:00
SDL_audiocvt.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiodev_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiodev.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiotypecvt.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_mixer.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_sysaudio.h os2: integrate the port into main tree. 2020-10-14 23:01:06 +03:00
SDL_wave.c wav: Make sure the data size is a multiple of blockalign, not an exact match. 2020-10-06 11:07:50 -04:00
SDL_wave.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00