mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-20 04:26:16 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@69 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
224ee53a5a
commit
071405049e
3 changed files with 167 additions and 60 deletions
|
@ -29,12 +29,6 @@ void player()
|
|||
}
|
||||
|
||||
|
||||
void sleepMs(int ms)
|
||||
{
|
||||
if (ms > 0)
|
||||
usleep(ms * 1000);
|
||||
}
|
||||
|
||||
|
||||
Stream* stream;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue