Stop PulseAudio callback busy-waiting when stream is stopped.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Mar 2016 21:14:37 +0000 (21:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Mar 2016 21:14:37 +0000 (21:14 +0000)
commit02de4000a365ad0591b1f116271741a5815c9ce8
treeb10fc0f4d2bb07c157020db51ab38de888f15fb8
parent709e1a33c308bd924f66903f3775e8136ede7a7e
Stop PulseAudio callback busy-waiting when stream is stopped.

This sets the runnable flag to false, as is done for other APIs.
RtAudio.cpp