xutao

Results 83 comments of xutao

Hi @mrmonteith In your audio board, you need to enable **FUNC_LCD_SCREEN_EN** and **FUNC_CAMERA_EN** [ref link](https://github.com/espressif/esp-adf/blob/ff7f39dcf0a0da87671ff4ab422eb258be429049/components/audio_board/esp32_s3_korvo2_v3/board_def.h#L39)

Hi @gamename Which example are you testing ?

@Hasaken We have updated some code about AEC, pls try again

@mike-2020 I think your `mp3DecoderReacCb` must get data from flash. For ESP32/ESP32S3, we cannot read or write flash data in a task running on the PSRAM stack.

@welkinchan 可以参考 dueros 的 [example](https://github.com/espressif/esp-adf/blob/f9660e31f08d45477637c8a060a4a0ad751b0254/examples/dueros/main/duer_audio_wrapper.c#L258)

@welkinchan 参考 dueros example 就可以了 1. 默认 dueros 使用的双麦 和 一路c参考的 [Links](https://github.com/espressif/esp-sr/blob/363e2991c3210ed05af979d011961d3aee7e7286/include/esp32s3/esp_afe_config.h#L145) 2. korov2 HARDWARE AEC 是使能的 [Link](https://github.com/espressif/esp-adf/blob/29de65cd50ebd8f46b75e55aaada0233c6a44f0d/components/audio_board/esp32_s3_korvo2_v3/board_def.h#L116)

Hi @ktoto2011 & @ricky-studio 该问题的根本原因是由于 **ADF** 支持 了 **IDF** 的 最新的 **i2c** 驱动, 但是 该 **example** 依赖的 `esp32-camera` 还是用的老的 i2c 驱动导致的。现在解决方法可以先 将[该行](https://github.com/espressif/esp-adf/blob/3b6e59bd88e7eda1c8e3a9904db0cc32fa124b48/components/esp_peripherals/CMakeLists.txt#L33)置为 _ture_, **ADF** 稍后也会修复该问题

@jiangyanfeng 可以打开 `CONFIG_ESP_GDBSTUB_ENABLED`, 先看一下 各个 frame 函数的入参有没有问题