KaRadio32_4 icon indicating copy to clipboard operation
KaRadio32_4 copied to clipboard

AAC playing problem

Open mgrunt opened this issue 2 years ago • 1 comments

Hi, you radio project is great. But I have trouble with playing radio stations in AAC format. AAC playback works fine for a few minutes, but then you can hear minor dropouts. I'm using ESP32 WROOM with 4MB PSRAM, and VS1053B chip. There are no errors in the log (sys.logv) and the buffer is filled to about 50%. I used to have the display SPI now I2C but no difference. I tried the display and disabling sys.lcd("255") but that didn't affect it. MP3 streams working fine. I tried several AAC stations of different parameters (speeds), but without result. The problem is with all the AAC stations I tried. I tried the latest VS1053 patch (vs1053b-patches290.zip: vs1053b-atches-flac.c) but it didn't help. The problem with AAC persists. Couldn't there be a problem with AAC removing the metadata? Thank you.

mgrunt avatar Nov 02 '22 10:11 mgrunt

Maybe I found the problem. When I'm using HTTP then AAC stream working well. But when I'm using HTTPS then starts problem with dropouts...

mgrunt avatar Nov 02 '22 21:11 mgrunt