Page 1 of 1

esp32-s3-korvo-2上跑pipeline_http_mp3没声音

Posted: Mon Mar 18, 2024 9:38 am
by risefromeast
esp32-s3-korvo-2开发板,ADF 是master版本,IDF是5.2, 编译运行example/player/pipeline_http_mp3的示例代码,没有声音,附件为log信息
s3log.txt
(31.89 KiB) Downloaded 198 times
哪位高手点拨一下,多谢!

Re: esp32-s3-korvo-2上跑pipeline_http_mp3没声音

Posted: Thu Mar 21, 2024 9:14 am
by ESP_William
您好,

可以尝试增加 IPC0 的 task stack size。

进入 menuconfig → Component config → IPC (Inter-Processor Call),增加 Inter-Processor Call (IPC) task stack size 大小。

Re: esp32-s3-korvo-2上跑pipeline_http_mp3没声音

Posted: Fri Mar 29, 2024 1:47 am
by risefromeast
切换了idf和adf的版本,idf 5.1, adf master就可以了,idf和adf匹配的坑比较多