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;