Fix buffer queue mixing logic
commit8bacb5dfb8ef910586fcf5b5cd89526ec81061e8
authorChris Robinson <chris.kcat@gmail.com>
Mon, 17 Sep 2018 00:38:55 +0000 (16 17:38 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 17 Sep 2018 00:38:55 +0000 (16 17:38 -0700)
treea640b1316084857d24144d6057f8c8633c8aed0a
parenta6734c7a91b1e2f2ef19ba163ceb2cb14571a9dd
Fix buffer queue mixing logic

In particular, the source sample position was reduced by the size of the
next buffer list item when one is completed, rather than the size of the
one it just completed.
Alc/mixvoice.c