MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
773 stars 182 forks source link

aac stream decoding failure #17

Open jhpark555 opened 7 years ago

jhpark555 commented 7 years ago

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 commented 7 years ago

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

lacbs commented 6 years ago

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.