mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-26 06:27:05 +02:00
added StreamManager
This commit is contained in:
parent
f89ae0d501
commit
7bec5b8744
7 changed files with 88 additions and 33 deletions
|
@ -47,7 +47,7 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
StreamServerSettings settings;
|
||||
std::string pcmStream = "pipe:///tmp/snapfifo?name=default";
|
||||
int processPriority(-3);
|
||||
int processPriority(0);
|
||||
|
||||
Switch helpSwitch("h", "help", "Produce help message");
|
||||
Switch versionSwitch("v", "version", "Show version number");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue