buffering

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

View file

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