commit bf938ec7b4003e32c443088059f667c0829a85eb parent d61e8d87c1dc34dc82ea82fb9870abc335399bee Author: sin <sin@2f30.org> Date: Mon, 18 Jul 2016 14:16:42 +0100 Bump buffer time to 1s as it was previously Diffstat:
M | ncmixer.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ncmixer.c b/ncmixer.c @@ -34,7 +34,7 @@ #define RATE 44100 #define CHANS 2 #define NSAMPLES 2048 -#define BUFFER_TIME_MS 500 +#define BUFFER_TIME_MS 1000 #ifdef DEBUG #define DEBUG_FD 8