mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-16 16:15:40 +02:00
Improve sync between meta streams
This commit is contained in:
parent
08bc6c1de8
commit
b1a990be57
2 changed files with 25 additions and 6 deletions
|
@ -57,6 +57,7 @@ protected:
|
|||
std::mutex mutex_;
|
||||
std::unique_ptr<Resampler> resampler_;
|
||||
bool first_read_;
|
||||
std::chrono::time_point<std::chrono::steady_clock> next_tick_;
|
||||
};
|
||||
|
||||
} // namespace streamreader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue