Revert "(OpenSL/Android) Reduce latency by going from 8 to 6 buffers"

This reverts commit 26d6d18a0295a58f91410dba77dc9331e20991d4.
This commit is contained in:
twinaphex 2012-11-01 21:08:04 +01:00
parent 26d6d18a02
commit 34f5d0ceb6

View File

@ -36,7 +36,7 @@
// TODO: Are these sane?
#define BUFFER_SIZE 4096
#define NUM_BUFFERS 6
#define NUM_BUFFERS 8
typedef struct sl
{