don't spam the log with lots of 1- and 2-call underruns
This commit is contained in:
@@ -291,7 +291,8 @@ OSStatus RageSound_CA::OverloadListener(AudioDeviceID inDevice,
|
|||||||
Output += ssprintf( "%.3f ", g_fLastMixTimes[pos] );
|
Output += ssprintf( "%.3f ", g_fLastMixTimes[pos] );
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG->Warn( "Audio overload. Last IOProc time: %f IOProc calls: %i (%s)",
|
if( g_iNumIOProcCalls >= 100 )
|
||||||
|
LOG->Warn( "Audio overload. Last IOProc time: %f IOProc calls: %i (%s)",
|
||||||
g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() );
|
g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() );
|
||||||
g_iNumIOProcCalls = 0;
|
g_iNumIOProcCalls = 0;
|
||||||
return noErr;
|
return noErr;
|
||||||
|
|||||||
Reference in New Issue
Block a user