mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-21 18:38:07 +02:00
Codec in header message
git-svn-id: svn://elaine/murooma/trunk@286 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
a833a00cb1
commit
e0a6ac9467
9 changed files with 36 additions and 31 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PcmEncoder::PcmEncoder(const SampleFormat& format) : Encoder(format)
|
||||
{
|
||||
headerChunk = new HeaderMessage("pcm");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue