mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-29 14:28:42 +02:00
Making the amount of silence played configurable as dryout_ms.
This commit is contained in:
parent
f49a2f1bb0
commit
50381bacaf
4 changed files with 8 additions and 2 deletions
|
@ -100,6 +100,7 @@ protected:
|
|||
StreamUri uri_;
|
||||
SampleFormat sampleFormat_;
|
||||
size_t pcmReadMs_;
|
||||
size_t dryoutMs_;
|
||||
std::unique_ptr<Encoder> encoder_;
|
||||
std::string name_;
|
||||
ReaderState state_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue