Results 7 issues of 陈状

## Environment - Audio development kit: ESP32-LyraT-Mini - Audio kit version: v1 - Module or chip used: ESP32-WROVER-E - IDF version: v4.4.7 - ADF version: v2.6-82-g33ba0c5c - Build system: idf.py...

Only the first result can be obtained,100% cpu usage, and the program will get stuck.The same is true for another open source project jSerialComm ![image](https://user-images.githubusercontent.com/40551848/209461575-d1284ea2-8df6-4ec5-bb32-dd73570f2215.png) orangepi zero url:http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero.html

### Answers checklist. - [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there. - [X] I have updated my esp-protocols branch (master or...

@jason-mao 老哥 后来又按照你说的方式调整了输出缓冲区大小,并进行了以下调整,但是效果都无济于事。 使用的例程默认播放地址https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3 1. 使用了更大的请求空间 ```c http_cfg.out_rb_size = 800 * 1024; http_cfg.request_size = 16384; http_cfg.request_range_size = 32768; ``` 2. 使用更高的任务优先级 ```c i2s_cfg.task_prio = configMAX_PRIORITIES - 1; i2s_cfg.task_core = 1;...

## Environment - Audio development kit: ESP32-LyraT-Mini - Audio kit version: v1 - Module or chip used: ESP32-WROVER-E - IDF version: v4.4.7 - ADF version: v2.6-82-g33ba0c5c - Build system: idf.py...

good first issue

## Bug 描述 在 `tone_stream.c` 的 `_tone_open()` 函数中,解析 URI 的 tone index 使用了长度为 2 的缓冲区 `find_num[2]`,导致超过一位数的 index 被错误解析。 例如: ```c flash://tone/13_请说.mp3 被解析为: index = 138 // 错误 ``` 建议将 find_num...

ESP-IDF:5.4.2 ESP-ADF:master 开发板:ESP32-Lyrat-Mini V1.2 使用的例程没有任何修改,`flashTone`分区烧录的例程目录下`./tools/audio-esp.bin` 在播放前或播放后总是会有一声POP音啪的一声,严重时会导致播放的第一个字完全听不见 应该如何处理这种情况?