esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

Espressif Audio Development Framework

Results 440 esp-adf issues
Sort by recently updated
recently updated
newest added

现象和步骤: 1. 使用play_bt_source_example例子,esp32开机主动扫描并且连接上耳机。 2. 把耳机放到耳机盒子,连接会断开 3. 把耳机从耳机盒子拿出来,这时耳机会主动发起连接。 4. 这时,耳机会很快连接上esp32,但很快有会断开。 ---------------------------------------------------------------------------------------------------------------------- LOG如下: *****************耳机放到盒子,断开连接 I (42710) BT_AVCT: AVCT_MsgReq I (42720) BT_AVCT: len: 5 I (42720) BT_AVCT: AVCT_MsgReq I (42720) BT_AVCT: len: 5...

[ √] I have read the documentation [Espressif Audio Development Guide](https://docs.espressif.com/projects/esp-adf/en/latest/index.html) and the issue is not addressed there. [ √] I have updated my ADF and IDF branch (master or...

## Description This pull request adds support for the CJC8910 audio codec. The main changes include: - Added the CJC8910 codec driver implementation. - Included register definitions and a public...

## Environment - Audio development kit: |ESP32-S3-Korvo-2| - Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): [v1|v2|v3|v4] - [Required] Module or chip used: [ESP32-WROOM-32E|ESP32-WROVER-E|ESP32-S2-WROVER|ESP32-S3-WROOM-1] - [Required] IDF version (run ``git describe --tags`` in...

(之前在论坛提过,没有回应,发这来问一下,)我想在VOIP(esp-adf\examples\protocols\voip)里扩充编解码, sip_service.c `esp_rtc_config_t sip_service_config = { .uri = uri, .ctx = av_stream, .local_addr = localIp, .acodec_type = RTC_ACODEC_OPUS, //RTC_ACODEC_G711A, .data_cb = &data_cb, .event_handler = _esp_sip_event_handler, };` voip_app.c `av_stream_config_t av_stream_config =...

## Environment - Audio development kit: ESP32-S3-Korvo-2 - Audio kit version (for ESP32-S3-Korvo-2 v3 - [Required] Module or chip used: ESP32-S3-WROOM-1 - [Required] IDF version : v5.4.1-4c2820d377 - [Required] ADF...

When building `examples/ai_agent/coze_ws_app`, you may encounter a build error related to `esp_simple_player` dependency, similar to [esp-gmf issue #16](https://github.com/espressif/esp-gmf/issues/16). It is recommended to adopt the first solution and fix the esp_simple_player...

## Environment - Audio development kit: [ESP32-LyraT-Mini] - Audio kit version: [v1.2] - [Required] Module or chip used: [ESP32-WROVER-E] - [Required] IDF version (run ``git describe --tags`` in $IDF_PATH folder...

**Problem Description** I'm using esp-idf v5.4.0 and esp-adf at commit c3609b9c with the official ESP32-P4-Function-EV-Board. I'm streaming video using the internal RTSP server provided by ESP-ADF. However, I’ve encountered a...

After using i2s_stream_init, I found that the I2S driver gets installed and stored in the static variable static struct i2s_key_slot_s i2s_key_slot[SOC_I2S_NUM];. At this point, if I want to reuse the...