mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
x
git-svn-id: svn://elaine/murooma/trunk@188 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
b0add66146
commit
b60813c780
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void Stream::getPlayerChunk(short* outputBuffer, double outputBufferDacTime, uns
|
|||
|
||||
|
||||
|
||||
int age = Chunk::getAge(getNextPlayerChunk(outputBuffer, framesPerBuffer, correction)) - bufferMs - latencyMs;// + outputBufferDacTime*1000;
|
||||
int age = Chunk::getAge(getNextPlayerChunk(outputBuffer, framesPerBuffer, correction)) - bufferMs + latencyMs;// + outputBufferDacTime*1000;
|
||||
|
||||
|
||||
if (outputBufferDacTime < 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue