mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-16 10:36:17 +02:00
allow negative latency
This commit is contained in:
parent
d196441f7c
commit
43e3daaf9b
3 changed files with 5 additions and 5 deletions
|
@ -146,7 +146,7 @@ bool Controller::sendTimeSyncMessage(long after)
|
|||
}
|
||||
|
||||
|
||||
void Controller::start(const PcmDevice& pcmDevice, const std::string& host, size_t port, size_t latency)
|
||||
void Controller::start(const PcmDevice& pcmDevice, const std::string& host, size_t port, int latency)
|
||||
{
|
||||
pcmDevice_ = pcmDevice;
|
||||
latency_ = latency;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue