mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 11:21:41 +02:00
send timesync in a semiduplex fashion
This commit is contained in:
parent
94e6511e56
commit
74dab4ca10
2 changed files with 37 additions and 8 deletions
|
@ -60,6 +60,9 @@ private:
|
|||
Decoder* decoder_;
|
||||
PcmDevice pcmDevice_;
|
||||
size_t latency_;
|
||||
bool sendTimeSyncMsg_;
|
||||
std::exception exception_;
|
||||
bool asyncException_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue