1
0
Fork 0

Wait a bit longer before accepting stereo lock.

This commit is contained in:
Joris van Rantwijk 2014-05-29 18:28:59 +02:00
parent 5b547da40d
commit ca411c57e1
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ PilotPhaseLock::PilotPhaseLock(double freq, double bandwidth, double minsignal)
// Set valid signal threshold.
m_minsignal = minsignal;
m_lock_delay = int(10.0 / bandwidth);
m_lock_delay = int(20.0 / bandwidth);
m_lock_cnt = 0;
m_pilot_level = 0;