From 34fd8635d6694c90e65ad8c70b091cde418ff9bd Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d8a302eb-03bc-478d-80e4-98257eca68ef> Date: Sun, 29 Jun 2014 12:02:00 +0000 Subject: [PATCH] buffering git-svn-id: svn://elaine/murooma/trunk@43 d8a302eb-03bc-478d-80e4-98257eca68ef --- chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunk.h b/chunk.h index ed41009a..3d8cb0b8 100644 --- a/chunk.h +++ b/chunk.h @@ -1,7 +1,7 @@ #ifndef CHUNK_H #define CHUNK_H -#define MS (20) +#define MS (40) //44100 / 20 = 2205 #define SAMPLE_RATE (44100) #define SIZE (SAMPLE_RATE*4*MS/1000)