From 670289839ff81ac9f4db44fd7e1a264ffc085737 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 Oct 2012 17:33:33 +0100 Subject: [PATCH] (Android/OpenSL) Improved latency - still not good enough though --- audio/opensl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/opensl.c b/audio/opensl.c index edd3e75d72..787809724b 100644 --- a/audio/opensl.c +++ b/audio/opensl.c @@ -36,7 +36,7 @@ // TODO: Are these sane? #define BUFFER_SIZE 4096 -#define NUM_BUFFERS 32 +#define NUM_BUFFERS 8 typedef struct sl {