git-svn-id: svn://elaine/murooma/trunk@149 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-07 06:13:16 +00:00
parent b507d3d813
commit ee5a13df00
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ void Stream::getPlayerChunk(short* outputBuffer, double outputBufferDacTime, uns
lastUpdate = now;
median = pBuffer->median();
shortMedian = pShortBuffer->median();
std::cerr << "Chunk: " << age << "\t" << shortMedian << "\t" << median << "\t" << pBuffer->size() << "\t" << outputBufferDacTime*1000 << "\n";
std::cerr << "Chunk: " << age << "\t" << pMiniBuffer->median() << "\t" << shortMedian << "\t" << median << "\t" << pBuffer->size() << "\t" << outputBufferDacTime*1000 << "\n";
}
}