mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
airplay buffer management correction
This commit is contained in:
@@ -192,6 +192,7 @@ void raop_sink_cmd_handler(raop_event_t event, void *param)
|
||||
error = (raop_sync.playtime - now) - ms;
|
||||
LOG_INFO("head local:%u, remote:%u (delta:%d)", ms, raop_sync.playtime - now, error);
|
||||
LOG_DEBUG("obuf:%u, sync_len:%u, devframes:%u, inproc:%u", _buf_used(outputbuf), raop_sync.len, output.device_frames, output.frames_in_process);
|
||||
//break;
|
||||
}
|
||||
|
||||
if (error < -10 && raop_sync.error < -10) {
|
||||
|
||||
Reference in New Issue
Block a user