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

This commit is contained in:
twinaphex 2012-11-01 20:21:07 +01:00
parent 137ca5cefe
commit 26d6d18a02

View File

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