Rewind the source if it underrun just as it was paused
commitf437d44c42155d498611bbfdb303e20fdfcfe410
authorChris Robinson <chris.kcat@gmail.com>
Sun, 29 Oct 2017 05:10:57 +0000 (28 22:10 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 29 Oct 2017 05:10:57 +0000 (28 22:10 -0700)
treede6aca26d17089e3255a4436aa6f105c8e9fbec2
parent1bfc728bb21a5a68f1fe9dbe8927fa50166a6994
Rewind the source if it underrun just as it was paused

Leaving it in a stopped state would cause the buffer stream to rip through the
audio decoder since it would continuously report all buffers processed, and to
have an incorrect offset.
src/source.cpp