mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-22 21:48:32 -05:00
Don't make "Tune" stop early in fast modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6147 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ad59678250
commit
8966400d0d
@ -220,7 +220,7 @@ qint64 Modulator::readData (char * data, qint64 maxSize)
|
||||
i0=(m_symbolsLength - 0.017) * 4.0 * m_nsps;
|
||||
i1= m_symbolsLength * 4.0 * m_nsps;
|
||||
}
|
||||
if(m_bFastMode) {
|
||||
if(m_bFastMode and !m_tuning) {
|
||||
i1=m_TRperiod*48000 - 24000;
|
||||
i0=i1-816;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user