mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Modified CALLBACK_ACCELERATOR_RATIO for windows because some systems need larger input buffer to work fine.
This commit is contained in:
parent
05900420a5
commit
8c700d43f3
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ bool Audio::switchOutputToAudioDevice(const QAudioDeviceInfo& outputDeviceInfo)
|
|||
// proportional to the accelerator ratio.
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
const float Audio::CALLBACK_ACCELERATOR_RATIO = 0.4f;
|
||||
const float Audio::CALLBACK_ACCELERATOR_RATIO = 0.1f;
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
|
|
Loading…
Reference in a new issue