mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
Stabilization
move vorbis allocation to SPIRAM tweak defconfigs improve data reception wav,flac,mp3 work fine but BT seems to lose connection from time to time
This commit is contained in:
@@ -59,7 +59,7 @@ static void *decode_thread() {
|
||||
size_t bytes, space, min_space;
|
||||
bool toend;
|
||||
bool ran = false;
|
||||
|
||||
|
||||
LOCK_S;
|
||||
bytes = _buf_used(streambuf);
|
||||
toend = (stream.state <= DISCONNECT);
|
||||
@@ -69,7 +69,7 @@ static void *decode_thread() {
|
||||
UNLOCK_O;
|
||||
|
||||
LOCK_D;
|
||||
|
||||
|
||||
if (decode.state == DECODE_RUNNING && codec) {
|
||||
|
||||
LOG_SDEBUG("streambuf bytes: %u outputbuf space: %u", bytes, space);
|
||||
|
||||
Reference in New Issue
Block a user