Search found 2 matches

by Raffneck
Thu Apr 28, 2022 10:05 am
Forum: ESP-ADF
Topic: MP3_DECODER: Allocate decoder buffer failed
Replies: 0
Views: 2020

MP3_DECODER: Allocate decoder buffer failed

We recently upgraded a project for the ESP32 from IDF v3.3.5 and ADF v2.0 to IDF v4.4 and ADF v2.4 In the project a SSL connection and a audio player is used. Unfortunatly since the upgrade we get a allocation error after a while when the SSL Connection is still active. The main problem is that the ...
by Raffneck
Sun Jan 12, 2020 5:56 pm
Forum: ESP32 Arduino
Topic: ESP32 I2s stalling processor
Replies: 6
Views: 6355

Re: ESP32 I2s stalling processor

Hello,

have you found a solution for your problem?
I stumbled upon the same issue...
I bypassed it by initializing the audio pipe as the very first thing in the setup
but I can not realy explain why and I normaly want to know why my code does what it does.