ESP32_MP3_Decoder icon indicating copy to clipboard operation
ESP32_MP3_Decoder copied to clipboard

aac stream decoding failure

Open jhpark555 opened this issue 7 years ago • 2 comments

I have an error like below when I start aac decoder.

I (47596) audio_player: created decoder task: fdkaac_decoder_task E (47596) fdkaac_decoder: malloc failed 88 I (47606) fdkaac_decoder: aac decoder finished

jhpark555 avatar Jul 17 '17 21:07 jhpark555

This is the url I tested above : http://ice1.somafm.com/live-64-aac

jhpark555 avatar Jul 18 '17 00:07 jhpark555

If you turn off the watchdog for CPU1, ACC works, what makes me believe the decoder is taking too much time in a iteration (so the watchdog time needs to increase), or it's not getting reset at all.

lacbs avatar Jun 09 '18 16:06 lacbs