mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-22 19:07:38 +02:00
44100
git-svn-id: svn://elaine/murooma/trunk@149 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
b507d3d813
commit
ee5a13df00
2 changed files with 2 additions and 2 deletions
2
chunk.h
2
chunk.h
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <chrono>
|
||||
|
||||
#define SAMPLE_RATE (48000)
|
||||
#define SAMPLE_RATE (44100)
|
||||
//#define SAMPLE_BIT (16)
|
||||
#define CHANNELS (2)
|
||||
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue