Making the amount of silence played configurable as dryout_ms.

This commit is contained in:
Tommy Goode 2017-10-08 23:09:48 -05:00 committed by Johannes Pohl
parent f49a2f1bb0
commit 50381bacaf
4 changed files with 8 additions and 2 deletions

View file

@ -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_;