Set buffer to 10 ms for android (CALLBACK_ACCELERATOR_RATIO = 1.0)

This commit is contained in:
Gabriel 2018-08-02 11:29:56 -03:00 committed by GitHub
parent 687f5e3df3
commit f0d058cb61
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 = 0.25f;
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 1.0f;
#elif defined(Q_OS_LINUX)
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
#endif