mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
When Echo-mode monitoring, don't set xlevel=0 if audio shift is too big.
This commit is contained in:
parent
db8ff74c50
commit
eee18ba764
@ -60,7 +60,6 @@ subroutine avecho(id2,ndop,nfrit,nauto,nqual,f1,xlevel,snrdb,db_err, &
|
||||
ia=nint((fnominal+dop0-nfrit)/df)
|
||||
ib=nint((f1+dop-nfrit)/df)
|
||||
if(ia.lt.2048 .or. ib.lt.2048 .or. ia.gt.6144 .or. ib.gt.6144) then
|
||||
xlevel=0.
|
||||
snrdb=0.
|
||||
db_err=0.
|
||||
dfreq=0.
|
||||
|
Loading…
Reference in New Issue
Block a user