]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Implement SDL2 AUDIO_F32 format and use it as the default, since it has become the...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 May 2019 03:04:36 +0000 (03:04 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 May 2019 03:04:36 +0000 (03:04 +0000)
commit925dc3b341a087249ca6fa0be7c227e49d01b213
tree5aafffc8deb63a8f1c7b74b5fb36b0ad221e2a27
parent64843c60c24afc1a93596c5d1c629a1c8973db5c
Implement SDL2 AUDIO_F32 format and use it as the default, since it has become the preferred format of more platforms these days, and SDL2 uses it internally.

Improved the fallback mechanism on SDL2 audio setup - by removing it; SDL2 will tell us what changes it makes for the format, and it will convert the rest automatically.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12476 d7cf8633-e32d-0410-b094-e92efae38249
snd_main.c
snd_main.h
snd_mem.c
snd_mix.c
snd_sdl.c