Commit 31d16a05 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Removed note about initializing mixing buffers.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402449
parent 40849ebe
...@@ -52,10 +52,6 @@ SDL 1.2.12 is a minor bug fix release. ...@@ -52,10 +52,6 @@ SDL 1.2.12 is a minor bug fix release.
<P> <P>
Unofficial support for the Nintendo DS platform has been added. Unofficial support for the Nintendo DS platform has been added.
</P> </P>
<P>
Audio callbacks must now initialize the entire stream: applications must write silence to the stream if they can't supply data, and not mix against the buffer, as it may be random data.
Users may set SDL_AUDIO_MUST_INIT_BUFFERS to retain the old behaviour, but apps should not depend on this environment variable: just add a memset() at the start of your audio callback instead if you need it.
</P>
</BLOCKQUOTE> </BLOCKQUOTE>
<H3> Unix Notes </H3> <H3> Unix Notes </H3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment