mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 09:56:16 +02:00
player support for different sample formats
This commit is contained in:
parent
e1a47b3b98
commit
474f1dd86f
3 changed files with 58 additions and 19 deletions
|
@ -76,7 +76,7 @@ void Stream::addChunk(msg::PcmChunk* chunk)
|
|||
chunks_.push(shared_ptr<msg::PcmChunk>(chunk));
|
||||
std::unique_lock<std::mutex> lck(cvMutex_);
|
||||
cv_.notify_one();
|
||||
// logD << "new chunk: " << chunk_->getDuration() << ", Chunks: " << chunks_.size() << "\n";
|
||||
// logD << "new chunk: " << chunk->duration<cs::msec>().count() << ", Chunks: " << chunks_.size() << "\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue