mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 12:17:57 +02:00
added "-c" as short option for "--codec"
This commit is contained in:
parent
118710201f
commit
90b1c7af8a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ int main(int argc, char* argv[])
|
|||
Value<string> streamValue("s", "stream", "URI of the PCM input stream.\nFormat: TYPE://host/path?name=NAME\n[&codec=CODEC]\n[&sampleformat=SAMPLEFORMAT]", pcmStream, &pcmStream);
|
||||
|
||||
Value<string> sampleFormatValue("", "sampleformat", "Default sample format", settings.sampleFormat);
|
||||
Value<string> codecValue("", "codec", "Default transport codec\n(flac|ogg|pcm)[:options]\nType codec:? to get codec specific options", settings.codec, &settings.codec);
|
||||
Value<string> codecValue("c", "codec", "Default transport codec\n(flac|ogg|pcm)[:options]\nType codec:? to get codec specific options", settings.codec, &settings.codec);
|
||||
Value<size_t> streamBufferValue("", "streamBuffer", "Default stream read buffer [ms]", settings.streamReadMs, &settings.streamReadMs);
|
||||
|
||||
Value<int> bufferValue("b", "buffer", "Buffer [ms]", settings.bufferMs, &settings.bufferMs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue