mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 17:37:45 +02:00
PCM reader is configured by URI
This commit is contained in:
parent
c4094a2175
commit
a9015edb22
9 changed files with 108 additions and 84 deletions
|
@ -33,7 +33,7 @@ class PipeReader : public PcmReader
|
|||
{
|
||||
public:
|
||||
/// ctor. Encoded PCM data is passed to the PipeListener
|
||||
PipeReader(PcmListener* pcmListener, const msg::SampleFormat& sampleFormat, const std::string& codec, const std::string& fifoName, size_t pcmReadMs = 20);
|
||||
PipeReader(PcmListener* pcmListener, const ReaderUri& uri);
|
||||
virtual ~PipeReader();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue