mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-22 02:47:50 +02:00
new messaging
git-svn-id: svn://elaine/murooma/trunk@229 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
c6ee0960fd
commit
a519d0f0dd
9 changed files with 96 additions and 62 deletions
|
@ -5,7 +5,7 @@ PcmEncoder::PcmEncoder(const SampleFormat& format) : Encoder(format)
|
|||
}
|
||||
|
||||
|
||||
double PcmEncoder::encode(Chunk* chunk)
|
||||
double PcmEncoder::encode(PcmChunk* chunk)
|
||||
{
|
||||
/* WireChunk* wireChunk = chunk->wireChunk;
|
||||
for (size_t n=0; n<wireChunk->length; ++n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue