mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
http_download needs a bigger stack for cspot which required to move it to EXTRAM
This commit is contained in:
@@ -742,6 +742,7 @@ static void IRAM_ATTR spdif_convert(ISAMPLE_T *src, size_t frames, u32_t *dst) {
|
||||
register u16_t aux;
|
||||
#endif
|
||||
|
||||
// we assume frame == 0 as well...
|
||||
if (!src) {
|
||||
count = 192;
|
||||
vu = VUCP24[0];
|
||||
|
||||
Reference in New Issue
Block a user