mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
Set buffer to 10 ms for android (CALLBACK_ACCELERATOR_RATIO = 1.0)
This commit is contained in:
parent
687f5e3df3
commit
f0d058cb61
1 changed files with 1 additions and 1 deletions
|
@ -1849,7 +1849,7 @@ const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
|
|||
#endif
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 0.25f;
|
||||
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 1.0f;
|
||||
#elif defined(Q_OS_LINUX)
|
||||
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue