I know that my board doesn't meet the requirements, for the use I was planning the actual limit is memory size for buffer. The question is if the decoder buffer (or probably of the pipeline) is resizable. Didn't find where the 27796 bytes value comes from. If I can reduce to half that size I can pro...
There's a way to reduce the decoder buffer size? At any try I always get that 27796 bytes are needed. MP3_DECODER: Allocate decoder buffer failed. bytes 27796, Now I'm trying to modify that config vars but without success. #define MY_MP3_DECODER_TASK_STACK_SIZE (5 * 1024) #define MY_MP3_DECODER_TASK...
Hi all, I'm trying to use the esp as wifi-bt audio-bridge. the goal is to stream/send an audio file to the esp via wifi and then use the esp to play that file on a bt headset. Starting from the a2dp_source example sketch I've succesfully connected the headset and played the random audio. Then with t...