mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
added pcmReaderFactory
This commit is contained in:
parent
48627f2ec0
commit
b46b5efde4
10 changed files with 172 additions and 7 deletions
|
@ -46,7 +46,6 @@ struct StreamServerSettings
|
|||
StreamServerSettings() :
|
||||
port(1704),
|
||||
controlPort(1705),
|
||||
fifoName("/tmp/snapfifo"),
|
||||
codec("flac"),
|
||||
bufferMs(1000),
|
||||
sampleFormat("48000:16:2"),
|
||||
|
@ -55,7 +54,7 @@ struct StreamServerSettings
|
|||
}
|
||||
size_t port;
|
||||
size_t controlPort;
|
||||
std::string fifoName;
|
||||
std::vector<std::string> pcmStreams;
|
||||
std::string codec;
|
||||
int32_t bufferMs;
|
||||
msg::SampleFormat sampleFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue