mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
AM demod: make squelch tail twice faster as attack
This commit is contained in:
parent
61d6d90ce3
commit
73bd332619
@ -95,9 +95,9 @@ void AMDemod::feed(const SampleVector::const_iterator& begin, const SampleVector
|
||||
}
|
||||
else
|
||||
{
|
||||
if (m_squelchCount > 0)
|
||||
if (m_squelchCount > 1)
|
||||
{
|
||||
m_squelchCount--;
|
||||
m_squelchCount -= 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user