Hbler
Hbler
你用的开发板和IDF ADF版本分别是?
您用的开发板是哪款呢?我们进行测试一下
We are grateful for your input; however, this issue was not identified during our testing process.
Thanks for your contribution! We will test it as soon!
I think the issue of fixed input length can be resolved by adding a ring buffer when processing data. You're right, everyone's own code is best suited for themselves!
That's great! If you want to add this code to the DSP repository, I recommend submitting another issue in [ESP-DSP](https://github.com/espressif/esp-dsp/issues) to let them know.
The error E (1372) MPEG_READER: Resync error (line 536) indicates an issue with your MP3 file, possibly related to the frame header, which is causing the MP3 audio to fail...
`I (31249) MODEL_LOADER: The storage free size is 3776 KB I (31255) MODEL_LOADER: The partition size is 5168KB` 这段说明你size设定的太大了,剩余内存只有3776 KB但你设定了5168KB,可以改小点再试一下。
Thanks for your report, it will be solved as soon.
Some steps need to be carried: 1. Add [esp32_s3_lcd_ev_v1_5.zip](https://github.com/user-attachments/files/16192529/esp32_s3_lcd_ev_v1_5.zip) to $ADF_PATH/components/audio_board 2. Add esp32s3lcd evboard2 option in CMakeLists.txt, component.mk, and Kconfig.projbuild. 3. Modify line 35 in components/audio_hal/driver/es7210/es7210.c to: `#define ES7210_ADDR...