Test 3: input sample rate: 24khz. Set CALLBACK_ACCELERATOR_RATIO = 2.0 for android (master version)

This commit is contained in:
Gabriel Calero 2018-07-31 16:54:20 -03:00
parent b8bab858d9
commit b841a5f016

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.5f;
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
#elif defined(Q_OS_LINUX)
const float AudioClient::CALLBACK_ACCELERATOR_RATIO = 2.0f;
#endif