]> 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)
committerRudolf Polzer <divVerent@gmail.com>
Sat, 10 Apr 2021 02:14:15 +0000 (04:14 +0200)
commitaed6d59ce519019ab557dd7316268df50ecb6e11
tree9844f2277d65a87845bf867edc3a030ea5d9b122
parentdd4ca2a5d4848141aefcca6987e71e1734a50856
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
::stable-branch::merge=925dc3b341a087249ca6fa0be7c227e49d01b213
snd_main.c
snd_main.h
snd_mem.c
snd_mix.c
snd_sdl.c