This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Bug fix for previous bug fix for duplex stream time ticking.
noexceptions
Gary Scavone
6 years ago
parent
0eb9c6351d
commit
10a2ceddb4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save