Sun Xiang yu

Results 102 comments of Sun Xiang yu

@nicklasb, Thank you for your feedback. I have updated some code and added CI to ensure that all examples are compilable. Please try again.

The new ESP-DL has a different usage from the previous one. The previous ESP-DL has been moved to esp-dl/esp-dl. This folder is a separate component that includes all APIs and...

dl_esp32p4_round_half_even: https://github.com/espressif/esp-dl/blob/release/esp32p4/esp-dl/dl/tool/isa/esp32p4/dl_esp32p4_round.S

@Sail-211010 , Thank you for your feedback, I will test it.

The latest version is v1.9.0

I think you need to update esp-sr manually by github or [Esp Components Registry](https://components.espressif.com/components/espressif/esp-sr).

@baorepo , welcome to submit a PR.

We will post the update status of AI audio operators here. The current plan is as follows. Everyone is welcome to put forward their requirements. - [x] Conv1D - [x]...

The version of idf_build_apps in build_app.py is quite old and does not support 2.0 and above. Please refer to [.gitlab-ci.yml](https://github.com/espressif/esp-sr/blob/master/.gitlab-ci.yml#L26C1-L26C37) ``` pip install idf_build_apps==1.1.4 ```