mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-21 18:38:07 +02:00
x
git-svn-id: svn://elaine/murooma/trunk@220 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
06570569a9
commit
dc583513aa
7 changed files with 204 additions and 14 deletions
|
@ -5,12 +5,13 @@ PcmEncoder::PcmEncoder()
|
|||
}
|
||||
|
||||
|
||||
void PcmEncoder::encode(Chunk* chunk)
|
||||
bool PcmEncoder::encode(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