mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-20 20:46:16 +02:00
renamed command line parameters
This commit is contained in:
parent
a9015edb22
commit
f89ae0d501
5 changed files with 31 additions and 25 deletions
|
@ -159,9 +159,9 @@ void Controller::worker()
|
|||
else if (headerChunk->codec == "flac")
|
||||
decoder_ = new FlacDecoder();
|
||||
sampleFormat_ = decoder_->setHeader(headerChunk.get());
|
||||
logO << "sample rate : " << sampleFormat_.rate << "Hz\n";
|
||||
logO << "bits per sample: " << sampleFormat_.bits << "\n";
|
||||
logO << "channels : " << sampleFormat_.channels << "\n";
|
||||
logO << "sample rate: " << sampleFormat_.rate << "Hz\n";
|
||||
logO << "bits/sample: " << sampleFormat_.bits << "\n";
|
||||
logO << "channels : " << sampleFormat_.channels << "\n";
|
||||
|
||||
msg::Request timeReq(kTime);
|
||||
for (size_t n=0; n<50 && active_; ++n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue