buffer size

git-svn-id: svn://elaine/murooma/trunk@77 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-07 04:45:17 +00:00
parent 5361199d87
commit 36e0ffe7ee
3 changed files with 10 additions and 1 deletions

View file

@ -168,6 +168,8 @@ int main (int argc, char *argv[])
std::cerr << "Unsuccessful in setting thread realtime prio" << std::endl;
*/
stream = new Stream();
stream->setBufferLen(bufferMs);
initAudio();
Chunk* chunk;// = new Chunk();
while (1)