Update AudioClient.cpp

Trying 40ms
This commit is contained in:
Gabriel 2018-08-01 19:49:04 -03:00 committed by GitHub
parent b841a5f016
commit 687f5e3df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1849,7 +1849,7 @@ const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
#endif
#ifdef Q_OS_ANDROID
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 0.25f;
#elif defined(Q_OS_LINUX)
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
#endif