]> git.xonotic.org Git - xonotic/darkplaces.git/commit
UNMERGE! Implement SDL2 AUDIO_F32 format and use it as the default, since it has... 29/merge
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 May 2019 03:04:36 +0000 (03:04 +0000)
committerRudolf Polzer <divVerent@gmail.com>
Sun, 11 Apr 2021 23:14:17 +0000 (01:14 +0200)
commitb84ef5e4dbab1f67318a9b5fc3e3ce490ab5fa35
tree00db77212bfc3b6564d292d80fb2a5572c7a9d7d
parent652d41d0118606aa318d3c686cb075787103c7d3
UNMERGE! 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::unmerge=925dc3b341a087249ca6fa0be7c227e49d01b213
snd_main.c
snd_main.h
snd_mem.c
snd_mix.c
snd_sdl.c