xutao

Results 83 comments of xutao

HI @patrickkeenan Based on the logs you provided, it appears that the issue is caused by the socket not being connected (**errno is 128**). To use this example, you need...

Hi @patrickkeenan I'm using the same ADF and IDF for testing, and indeed, there is a “**_HTTP_CLIENT: esp_transport_read returned:-1 and errno:128_**” log out in the IDF. The correct approach in...

Hi @yyjdelete Please update [i2s_stream_idf5.zip](https://github.com/user-attachments/files/16191213/i2s_stream_idf5.zip) and have a try

@redhyyy 前些天内部搭建的确实宕机了,现在你可以再试试

Hi @projectgus If there are no more issues, please close this issue. Thank you

@welkinchan 根据你的现象, 像是使用 i2s 出现了问题, 如果使用了 i2s_stream 的话, 就建议使用 i2s stream 作为数据来源了,可以参考如下 ``` // First need initializsed i2s audio element as input static audio_element_handle_t i2s_reader; void feed_Task(void *arg) { esp_afe_sr_data_t...

@culionbear 根据你的需求, 可以直接跑一下 [pipeline_passthru](https://github.com/espressif/esp-adf/tree/master/examples/audio_processing/pipeline_passthru)

PCM5101 driver can refer [es7148](https://github.com/espressif/esp-adf/blob/master/components/audio_hal/driver/es7148/es7148.c)

我们有 [customer_board ](https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control/components/my_board) 结构去修改的

客户 需要根据自己硬件去添加相应的 codec, sdcard 等外设,每个客户的硬件不一样。 所以可以参考 我们现在已有的板子