git-svn-id: svn://elaine/murooma/trunk@280 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-20 20:39:56 +00:00
parent 76557f091c
commit 5242c17e3b
2 changed files with 0 additions and 11 deletions

View file

@ -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;