mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@83 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
78fed08827
commit
1a9ff704df
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void Stream::getChunk(short* outputBuffer, double outputBufferDacTime, unsigned
|
|||
}
|
||||
else
|
||||
{
|
||||
for (int i=0; i<(sleep / (ceil(PLAYER_CHUNK_MS / 2) + 1)); ++i)
|
||||
for (int i=0; i<(sleep / PLAYER_CHUNK_MS) + 1; ++i)
|
||||
{
|
||||
// std::cerr << "Sleep: " << sleep << "\n";
|
||||
getNextPlayerChunk(outputBuffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue