Bug fix for previous bug fix for duplex stream time ticking.
authorGary Scavone <gary@music.mcgill.ca>
Sun, 7 Apr 2019 19:27:50 +0000 (15:27 -0400)
committerGary Scavone <gary@music.mcgill.ca>
Fri, 19 Apr 2019 19:16:47 +0000 (15:16 -0400)
RtAudio.cpp

index 2edc14a1d489912b67550a18c1507060c6a299af..912704e73d11c3b1c5f6a1e7aa9f056e3f697686 100644 (file)
@@ -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;