Browse Source

WASAPI stream time update, as suggested by Patrice Taravel

tags/4.1.2
Gary Scavone 9 years ago
parent
commit
70b95123e8
1 changed files with 2 additions and 2 deletions
  1. +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:


Loading…
Cancel
Save