ZHOU Li

Results 17 comments of ZHOU Li

Good suggestion! Interruption does have higher efficiency, and we will make improvements in the near future.

看起来是子仓库没有下载,你在esp-box目录下运行`git submodule update --init --recursive`可能就没问题了

box的bsp为了实现自适应两个硬件被重写了,而skainet的还是原来的。如果你使用的是box硬件,建议使用本仓库的bsp

可能是没有正确配置,https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html 可能对你有帮助

Moving file management out of audio.c is very good, but I don't think it's a good idea to put it into the ui. Maybe the example [factory_demo](https://github.com/espressif/esp-box/blob/master/examples/factory_demo/main/app/app_player.c) is closer to...

It seems to be a good idea. You can submit a PR and improve it together.

I think that putting the player code into a component will be a good choice.

You can try `Disable download stub` in menuconfig like the following diagram. ![image](https://user-images.githubusercontent.com/39872773/175752894-625b13d2-fd4d-40d6-8ba9-dd412970dbb2.png)

`esp-box` is not primarily used for audio applications, and `esp-adf` is not a lightweight library, so it is not integrated into the `esp-box`. If you use a lot of audio-related...

It seems to be a great improvement. Thank you for your contribution!