Speed up mixing and unmixing by moving sample size and buffer wrap
commit101599e9028b47a2fcbf693df38e31b3d9bc2915
authorRobert Reif <reif@earthlink.net>
Thu, 12 Aug 2004 20:01:32 +0000 (12 20:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Aug 2004 20:01:32 +0000 (12 20:01 +0000)
tree78729fbc85087eaf609841c0161a0c20324a636d
parent0467ce9fd762cb6e3ddf60b3e6686cf22e00c23e
Speed up mixing and unmixing by moving sample size and buffer wrap
tests to outside the loop.  The code is not as compact or pretty but
it should be faster.
dlls/dsound/mixer.c