Skip to content

Commit

Permalink
Raised player thread priority (only takes effect on Windows OS)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Aug 29, 2024
1 parent 78d0aff commit 1289d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ void GUIPlayer::play()
m_player->resetPrograms();
m_player->sendVolumeEvents();
}
m_playerThread.start(QThread::HighPriority);
m_playerThread.start(QThread::TimeCriticalPriority);
updateState(PlayingState);
}
}
Expand Down

0 comments on commit 1289d6b

Please sign in to comment.