mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +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:
@@ -274,7 +274,7 @@ static void process_strm(u8_t *pkt, int len) {
|
||||
struct strm_packet *strm = (struct strm_packet *)pkt;
|
||||
|
||||
LOG_DEBUG("strm command %c", strm->command);
|
||||
|
||||
|
||||
switch(strm->command) {
|
||||
case 't':
|
||||
sendSTAT("STMt", strm->replay_gain); // STMt replay_gain is no longer used to track latency, but support it
|
||||
|
||||
Reference in New Issue
Block a user