]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
due to performance issues with streaming ogg decoding of all sounds, the
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Dec 2009 00:19:08 +0000 (00:19 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 31 Dec 2009 00:19:08 +0000 (00:19 +0000)
commitd2ba4a8ed129ea666d17e21b30edbba56aef7c1c
tree2caa61aa4050371f3a554c3cda2c0c84f125da43
parentf93b1e4c6540557f4d77bf4578849e6603d09955
due to performance issues with streaming ogg decoding of all sounds, the
cvar snd_streaming has been brought back from r9487 and defaults to 1
(decode small sounds at load), a new mode of 2 has been added
snd_streaming 0 = always load entire sound, 1 = decode small sounds, 2 =
never decode at load (least memory, slow)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9757 d7cf8633-e32d-0410-b094-e92efae38249
snd_main.c
snd_main.h
snd_ogg.c