From 70b95123e8cf93092d23688a65fb276e98d42f5e Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 10 Feb 2016 15:32:20 -0500 Subject: [PATCH] WASAPI stream time update, as suggested by Patrice Taravel --- RtAudio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RtAudio.cpp b/RtAudio.cpp index d87930b..509e949 100755 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -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: