mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
buffering
git-svn-id: svn://elaine/murooma/trunk@31 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
179744fa91
commit
9e0e6f7158
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ static int patestCallback( const void *inputBuffer, void *outputBuffer,
|
|||
}
|
||||
else if (age < bufferMs)
|
||||
{
|
||||
usleep(((bufferMs - age)) * 1000);
|
||||
usleep(((bufferMs - age) + 10) * 1000);
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue