mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-03 03:00:44 +00:00
Android : Shorter sound delay
This commit is contained in:
parent
a9529f831d
commit
79b9023461
@ -51,8 +51,8 @@ const int audioHostIntervalUs = (int)(1000000ULL * hostAttemptBlockSize / hwSamp
|
|||||||
// High and low watermarks, basically.
|
// High and low watermarks, basically.
|
||||||
// TODO: Tweak
|
// TODO: Tweak
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
const int chanQueueMaxSizeFactor = 8;
|
const int chanQueueMaxSizeFactor = 4;
|
||||||
const int chanQueueMinSizeFactor = 4;
|
const int chanQueueMinSizeFactor = 2;
|
||||||
#else
|
#else
|
||||||
const int chanQueueMaxSizeFactor = 2;
|
const int chanQueueMaxSizeFactor = 2;
|
||||||
const int chanQueueMinSizeFactor = 1;
|
const int chanQueueMinSizeFactor = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user