]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix issue with noise during startup
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Sep 2019 15:27:46 +0000 (15:27 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 20 Sep 2019 15:30:24 +0000 (17:30 +0200)
commitf03abce85e464df6f067cf11e677e2a2d8f7b62d
tree81c15058d7af9f27c976c316bd664710e24febde
parent04d56ad46275e90b00ba3e65cdc6e52000bd34bb
Fix issue with noise during startup

After migrating to SDL2 interfaces there is noise during startup fix
this by initializng buffer as specification requires.

Per SDL_AudioCallback spec:
The callback must completely initialize the buffer; as of SDL 2.0, this buffer is not initialized before the callback is called. If there is nothing to play, the callback should fill the buffer with silence.

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12480 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=83f8124af58307eae378846c9746b5d769673474
snd_sdl.c