mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Remove some diagnostic prints
This commit is contained in:
parent
0767feb533
commit
8e95daf963
@ -172,15 +172,12 @@ qint64 Modulator::readData (char * data, qint64 maxSize)
|
|||||||
{
|
{
|
||||||
samples = load (0, samples); // silence
|
samples = load (0, samples); // silence
|
||||||
} while (--m_silentFrames && samples != end);
|
} while (--m_silentFrames && samples != end);
|
||||||
qDebug () << "played:" << framesGenerated << "silent frames";
|
|
||||||
if (!m_silentFrames)
|
if (!m_silentFrames)
|
||||||
{
|
{
|
||||||
Q_EMIT stateChanged ((m_state = Active));
|
Q_EMIT stateChanged ((m_state = Active));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// qDebug() << "m_silentFrames:" << m_silentFrames << "m_ic:" << m_ic << "m_state:" << m_state;
|
|
||||||
|
|
||||||
m_cwLevel = false;
|
m_cwLevel = false;
|
||||||
m_ramp = 0; // prepare for CW wave shaping
|
m_ramp = 0; // prepare for CW wave shaping
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user