mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 937119 - Increase default Android audio buffers to 40ms. r=jesup
This commit is contained in:
parent
6d44d2b605
commit
a22c2ef720
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user