mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
release
This commit is contained in:
@@ -92,9 +92,7 @@ static void sink_data_handler(const uint8_t *data, uint32_t len)
|
|||||||
// allow i2s to empty the buffer if needed
|
// allow i2s to empty the buffer if needed
|
||||||
if (len && !space) {
|
if (len && !space) {
|
||||||
wait--;
|
wait--;
|
||||||
UNLOCK_O;
|
UNLOCK_O; usleep(50000); LOCK_O;
|
||||||
usleep(50000);
|
|
||||||
LOCK_O;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user