mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-07 19:57:43 +02:00
logging
git-svn-id: svn://elaine/murooma/trunk@280 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
76557f091c
commit
5242c17e3b
2 changed files with 0 additions and 11 deletions
|
@ -31,7 +31,6 @@ void Controller::onMessageReceived(ClientConnection* connection, const BaseMessa
|
|||
{
|
||||
if ((stream != NULL) && (decoder != NULL))
|
||||
{
|
||||
cout << ".";
|
||||
PcmChunk* pcmChunk = new PcmChunk(*sampleFormat, 0);
|
||||
pcmChunk->deserialize(baseMessage, buffer);
|
||||
//cout << "chunk: " << pcmChunk->payloadSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue