mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-20 20:46:16 +02:00
buffer size
git-svn-id: svn://elaine/murooma/trunk@77 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
5361199d87
commit
36e0ffe7ee
3 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue