mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-18 11:36:14 +02:00
renamed command line parameters
This commit is contained in:
parent
a9015edb22
commit
f89ae0d501
5 changed files with 31 additions and 25 deletions
|
@ -343,7 +343,7 @@ void StreamServer::start()
|
|||
|
||||
for (auto& streamUri: settings_.pcmStreams)
|
||||
{
|
||||
shared_ptr<PcmReader> reader(PcmReaderFactory::createPcmReader(this, streamUri, settings_.sampleFormat, settings_.codec, settings_.pipeReadMs));
|
||||
shared_ptr<PcmReader> reader(PcmReaderFactory::createPcmReader(this, streamUri, settings_.sampleFormat, settings_.codec, settings_.streamReadMs));
|
||||
pcmReader_.push_back(reader);
|
||||
pcmReader_.back()->start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue