Hbler
Hbler
请问解决了么,我也遇到了同样的问题
Have you execute `tw_upload_dsp_firmware(-1) ===> tw_upload_dsp_firmware(0); ` after first flash? This change is to update the firmware for zl38063.c, and after updating, it needs to be reverted back. Additionally, for...
The next version will support 5.3, and 5.2 should also be supported. This won't take long.
Perhaps this example might help you: https://github.com/espressif/esp-skainet/tree/master/examples/cn_speech_commands_recognition
At present, we don't work on providing support for Arduino development.
You can refer to [solved](https://github.com/espressif/esp-adf/issues/1274#issuecomment-2398746866) to solve this problem.
> I can't read Chinese - could you provide some details of what that issue contains? The root cause of this problem is that ADF has supported the latest i2c...
请问IDF和ADF的版本是?是跑的哪个demo?
@hezhicheng1980 @xkkjiayou 您可以更新到最新的ADF版本试一下,可能会解决该问题
It's recommended to utilize the read/write callback function which perform as out/in way for each element. For example: ``` audio_element_set_write_cb(i2s_writer_el, i2s_write_cb, (void *)Input_file); audio_element_set_read_cb(i2s_reader_el, i2s_read_cb, (void *)Output_file); ``` ``` static...