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
WASAPI stream time update, as suggested by Patrice Taravel
tags/4.1.2
Gary Scavone
9 years ago
parent
9bbdbbe9c1
commit
70b95123e8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
RtAudio.cpp
+ 2
- 2
RtAudio.cpp
View File
@@ -5158,10 +5158,10 @@ void RtApiWasapi::wasapiThread()
// if the callback buffer was pushed renderBuffer reset callbackPulled flag
if ( callbackPushed ) {
callbackPulled = false;
// tick stream time
RtApi::tickStreamTime();
}
// tick stream time
RtApi::tickStreamTime();
}
Exit:
Write
Preview
Loading…
Cancel
Save