We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bdd8b commit dacb39dCopy full SHA for dacb39d
Source/Processors/Synchronizer/Synchronizer.cpp
@@ -284,7 +284,7 @@ void SyncStream::syncWith (const SyncStream* mainStream)
284
//LOGC (streamKey, " estimatedPulseTime: ", estimatedPulseTime);
285
//LOGC (streamKey, " diff from global time: ", estimatedPulseTime - pulses[localIndex].globalTimestamp);
286
287
- if (std::abs (estimatedActualSampleRate - expectedSampleRate) / expectedSampleRate < 0.01)
+ if (std::abs (estimatedActualSampleRate - expectedSampleRate) / expectedSampleRate < 0.05)
288
{
289
if (actualSampleRate == -1.0)
290
0 commit comments