]> Repos - portaudio/commitdiff
fixed typo in comment. added whitespace.
authorrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 2 Apr 2012 07:20:04 +0000 (07:20 +0000)
committerrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Mon, 2 Apr 2012 07:20:04 +0000 (07:20 +0000)
src/hostapi/asio/pa_asio.cpp

index 5735e160f1a3682279002719fa1fedb032ddc07a..72e8d1bd6a988c88619b6354d0f62dca74e3b1ab 100644 (file)
@@ -3051,7 +3051,7 @@ previousIndex = index;
                 paTimeInfo.outputBufferDacTime = paTimeInfo.currentTime + theAsioStream->streamRepresentation.streamInfo.outputLatency;
                 */
 
-/* Disabled! Stopping and re-starting the stream causes an input overflow / output undeflow. S.Fischer */
+/* Disabled! Stopping and re-starting the stream causes an input overflow / output underflow. S.Fischer */
 #if 0
 // detect underflows by checking inter-callback time > 2 buffer period
 static double previousTime = -1;
@@ -3503,6 +3503,7 @@ static PaError IsStreamActive( PaStream *s )
 static PaTime GetStreamTime( PaStream *s )
 {
     (void) s; /* unused parameter */
+
     return (double)timeGetTime() * .001;
 }