mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 15:46:42 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@99 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
d539ae5ea0
commit
b8f97a36f2
2 changed files with 8 additions and 3 deletions
|
@ -171,7 +171,7 @@ void Stream::getChunk(short* outputBuffer, double outputBufferDacTime, unsigned
|
|||
}
|
||||
|
||||
timeval tv = getNextPlayerChunk(outputBuffer, correction);
|
||||
int age = getAge(tv) - bufferMs + outputBufferDacTime*1000;
|
||||
int age = getAge(tv) - bufferMs;// + outputBufferDacTime*1000;
|
||||
pBuffer->add(age);
|
||||
pShortBuffer->add(age);
|
||||
// std::cerr << "Chunk: " << age << "\t" << outputBufferDacTime*1000 << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue