mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-24 06:26:15 +02:00
process stream
This commit is contained in:
parent
0d4cfe74e2
commit
50a4380616
6 changed files with 357 additions and 9 deletions
|
@ -104,7 +104,6 @@ void PipeStream::worker()
|
|||
|
||||
if (nextTick >= currentTick)
|
||||
{
|
||||
// logO << "sleep: " << nextTick - currentTick << "\n";
|
||||
setState(kPlaying);
|
||||
chronos::sleep(nextTick - currentTick);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue