From: Gary Scavone Date: Sun, 7 Apr 2019 19:27:50 +0000 (-0400) Subject: Bug fix for previous bug fix for duplex stream time ticking. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=10a2ceddb4912a555dbfa61dc6b7fce0e29f8fb3;p=rtaudio.git Bug fix for previous bug fix for duplex stream time ticking. --- diff --git a/RtAudio.cpp b/RtAudio.cpp index 2edc14a..912704e 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -1656,6 +1656,7 @@ void RtApiCore :: stopStream( void ) stream_.state = STREAM_STOPPED; // set stream time to zero? + // and perhaps clear input user or device buffers? unlock: if ( result == noErr ) return;