mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 07:06:17 -05:00
Fix the dropped audio problems on Windows
This commit is contained in:
parent
5c09e55351
commit
194ad5c7b4
@ -1320,7 +1320,7 @@ void MainWindow::readSettings()
|
|||||||
// use these initialisation settings to tune the audio o/p buffer
|
// use these initialisation settings to tune the audio o/p buffer
|
||||||
// size and audio thread priority
|
// size and audio thread priority
|
||||||
m_settings->beginGroup ("Tune");
|
m_settings->beginGroup ("Tune");
|
||||||
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::HighPriority).toInt () % 8);
|
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::HighPriority).toInt ());
|
||||||
m_settings->endGroup ();
|
m_settings->endGroup ();
|
||||||
|
|
||||||
checkMSK144ContestType();
|
checkMSK144ContestType();
|
||||||
|
Loading…
Reference in New Issue
Block a user