mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
aac incorrect synchro at the beginnign of a block locks the decoder
This commit is contained in:
@@ -280,9 +280,8 @@ static void *output_thread_i2s() {
|
||||
SET_MIN_MAX( TIME_MEASUREMENT_GET(timer_start),i2s_time);
|
||||
|
||||
frames = 0;
|
||||
} else {
|
||||
LOG_WARN("no frame returned %d", output.state);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user