Revert "Fix the dropped audio problems on Windows"

This reverts commit 194ad5c7b4.
This commit is contained in:
Uwe Risse 2022-01-23 09:14:39 +01:00
parent 194ad5c7b4
commit fde103da2d
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ void MainWindow::readSettings()
// use these initialisation settings to tune the audio o/p buffer
// size and audio thread priority
m_settings->beginGroup ("Tune");
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::HighPriority).toInt ());
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::HighPriority).toInt () % 8);
m_settings->endGroup ();
checkMSK144ContestType();