esp-adf
esp-adf copied to clipboard
Espressif Audio Development Framework
Hi, I am working on an audio project where a custom board should integrate the esp32 or esp32-S3 device. I did some testing with the examples from the ADF, which...
https://github.com/espressif/esp-adf/blob/8301b97d70d523051897546f639273b7706ddb4d/components/esp_codec_dev/esp_codec_dev_if.c#L47 The memory allocation for `handle` is managed at the user driver level, so it should not be freed here. Doing so could lead to potential memory leaks, especially if...
Hello, I am wondering which algorithm is used to do the necessary synchronization of audio source (e.g. bluetooth a2dp sink) and the clock base the output (i2s stream) is running....
## Environment - Module or chip used: ESP32-WROVER - IDF version: 4.4.1 - ADF version: 2.4 - Build System: CMake via idf.py build - Compiler version: 8.4.0 - Operating System:...
我使用的ESP_S3_BOX,IDF 5.2.1 ADF master 这是我的代码 ```c i2s_stream_cfg_t i2s_cfg = I2S_STREAM_CFG_DEFAULT_WITH_PARA(CODEC_ADC_I2S_PORT, 16000, 16, AUDIO_STREAM_READER); // HTTP MONO SR STERE i2s_cfg.std_cfg.slot_cfg.slot_mode = I2S_SLOT_MODE_MONO; i2s_cfg.std_cfg.slot_cfg.slot_mask = I2S_STD_SLOT_LEFT; i2s_stream_test = i2s_stream_init(&i2s_cfg); ESP_LOGI(TAG, "[3.0] Create...
when I use esp32s3-box test speech_recogintion under adf-framework, idf.py menuconfig choose esp32s3-box,open VOICE2FILE,compile ok, but run failed. (8211) AUDIO_RECORDER: RECORDER_CMD_TRIGGER_START I (8211) wwe_example: rec_engine_cb - REC_EVENT_WAKEUP_START I (8221) wwe_example: wakeup:...
日志输出如下,不知道为什么暂停后点继续播放失败 //暂停成功输出日志 I (20970) AUDIO_PIPELINE: pause [file] 0x3c2f4288, state 0 I (20970) AUDIO_ELEMENT: [file]evt internal cmd = 4 I (20980) AUDIO_EVT: audio_event_iface_cmd[131072] success E (20990) AUDIO_ELEMENT: [file] Element xEventGroupWaitBits begin...
## Description Fix the bug in doxygen parameter list ## Related ## Testing --- ## Checklist Before submitting a Pull Request, please ensure the following: - [x] 🚨 This PR...
Espressif has a great example of OpenAI/peer signalling in a [different repo](https://github.com/espressif/esp-webrtc-solution/tree/main) but I can see it being a part of esp-adf with examples for pipelines that take audio input...
`play` m4a no co64 box music,but can't play and return 0x81100 1. log: I (66929) ESP_AUDIO_CTRL: Enter media_ctrl_stop procedure, src:0, type:0, st:ERROR, phase:0 W (66929) ESP_AUDIO_CTRL: [media_ctrl_stop]-Already stopped, status is...