Bug 937119 - Increase default Android audio buffers to 40ms. r=jesup

This commit is contained in:
Gian-Carlo Pascutto 2013-11-19 15:02:23 -05:00
parent 6d44d2b605
commit a22c2ef720

View File

@ -121,7 +121,7 @@ class OpenSlesInput {
// Keep as few OpenSL buffers as possible to avoid wasting memory. 2 is
// minimum for playout. Keep 2 for recording as well.
kNumOpenSlBuffers = 2,
kNum10MsToBuffer = 3,
kNum10MsToBuffer = 4,
};
int InitSampleRate();