mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-18 11:36:14 +02:00
decider
git-svn-id: svn://elaine/murooma/trunk@218 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
9c6ee38ce4
commit
763d17defc
8 changed files with 361 additions and 4 deletions
19
client/pcmDecoder.cpp
Normal file
19
client/pcmDecoder.cpp
Normal file
|
@ -0,0 +1,19 @@
|
|||
#include "pcmDecoder.h"
|
||||
|
||||
PcmDecoder::PcmDecoder()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
bool PcmDecoder::decode(Chunk* chunk)
|
||||
{
|
||||
/* WireChunk* wireChunk = chunk->wireChunk;
|
||||
for (size_t n=0; n<wireChunk->length; ++n)
|
||||
wireChunk->payload[n] *= 1;
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue