Browse Source

Bug fix for previous bug fix for duplex stream time ticking.

noexceptions
Gary Scavone 6 years ago
parent
commit
10a2ceddb4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      RtAudio.cpp

+ 1
- 0
RtAudio.cpp View 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;


Loading…
Cancel
Save