karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
525 stars 155 forks source link

PSRAM buffer size vs buffer_ok level #173

Closed enjoyneering closed 4 years ago

enjoyneering commented 4 years ago

Is it any reason why PSRAM buffer set to setSPIRAMSIZE(420*1024); - 420KB, but we play from buffer (trigger decoder task) if buffer min fill level > 70KB. With a bad Wi-Fi signal, this may not be enough. Should there be at least 100-250KB?