ESP32_MP3_Decoder
ESP32_MP3_Decoder copied to clipboard
aac stream decoding failure
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
This is the url I tested above : http://ice1.somafm.com/live-64-aac
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.