buffering

git-svn-id: svn://elaine/murooma/trunk@36 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-06-29 11:22:34 +00:00
parent 4d99cfd70c
commit f5c1003370

View file

@ -1,7 +1,7 @@
#ifndef CHUNK_H
#define CHUNK_H
#define MS (50)
#define MS (25)
//44100 / 20 = 2205
#define SAMPLE_RATE (44100)
#define SIZE (SAMPLE_RATE*4*MS/1000)