Wait a bit longer before accepting stereo lock.
This commit is contained in:
parent
5b547da40d
commit
ca411c57e1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue