esp-adf
esp-adf copied to clipboard
Espressif Audio Development Framework
----------------------------- Delete below ----------------------------- **Reminder: If your issue is a general question, start similar to "How do I..". If it is related to 3rd party development kits/libs, please discuss this...
The A2DP Sink and HFP example present in the `get-started` directory, the codec is started in DECODE mode at line [390](https://github.com/espressif/esp-adf/blob/eca11f20e56f9b5321b714da4305e123672d92a9/examples/get-started/pipeline_a2dp_sink_and_hfp/main/a2dp_sink_and_hfp_example.c#L390). From what I understand, it should be started in...
## Environment - Audio development kit: ESP32-P4-Function-EV-Board - Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): 1.4 - [Required] Module or chip used: ESP32-P4 - [Required] IDF version (run ``git describe --tags`` in...
I (27) boot: ESP-IDF v5.3.2-dirty 2nd stage bootloader I (27) boot: compile time Apr 23 2025 20:36:35 I (27) boot: Multicore bootloader I (30) boot: chip revision: v0.2 I (34)...
/*************************************** * *编译时出现如下错误。尝试修改后,出现的错误更多了,帮忙看一下如何解决。 * ****************************************/ In file included from D:/espidf/v5.4.1/esp-idf/components/log/include/esp_log.h:15, from D:/espidf_tool/Espressif/test/coze_ws_app/main/audio_processor.c:11: D:/espidf_tool/Espressif/test/coze_ws_app/main/audio_processor.c: In function 'playback_write_callback': D:/espidf/v5.4.1/esp-idf/components/log/include/esp_log_color.h:98:31: error: format '%x' expects a matching 'unsigned int' argument [-Werror=format=] 98 | #define...
Before submitting a new issue, please follow the checklist and try to find the answer. - [ √] I have read the documentation [Espressif Advanced Development Framework Guide](https://docs.espressif.com/projects/esp-adf/en/latest/index.html) and the...
## Description ## Related ## Testing --- ## Checklist Before submitting a Pull Request, please ensure the following: - [ ] 🚨 This PR does not introduce breaking changes. -...
FAILED: esp-idf/esp_system/ld/sections.ld D:/ESP_project/esp_demo/adf_demo/coze_ws_app/build/esp-idf/esp_system/ld/sections.ld esp-idf\esp_system\CMakeFiles\sections.ld-d65dc84.bat 134290cdee66d6a1 Traceback (most recent call last): File "D:\Espressif\frameworks\esp-idf-v5.3.1\tools\ldgen\ldgen.py", line 176, in main() File "D:\Espressif\frameworks\esp-idf-v5.3.1\tools\ldgen\ldgen.py", line 139, in main sdkconfig = SDKConfig(kconfig_file, config_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Espressif\frameworks\esp-idf-v5.3.1\tools\ldgen\ldgen\sdkconfig.py", line...
`void audio_board_pipeline_init() { esp_log_level_set("*", ESP_LOG_WARN); esp_log_level_set(TAG, ESP_LOG_INFO); ESP_LOGI(TAG, "[ 1 ] Start codec chip"); audio_board_handle_t board_handle = audio_board_init(); audio_hal_ctrl_codec(board_handle->audio_hal, AUDIO_HAL_CODEC_MODE_BOTH, AUDIO_HAL_CTRL_START); es8311_set_mic_gain(ES8311_MIC_GAIN_36DB); ESP_LOGI(TAG, "[ 2 ] Create audio pipeline for...
The volume of LOUT2 and ROUT2 are -30dB, which the sound is quite faint. Therefore, set it to 0dB by default, the same default value as LOUT1 and ROUT1.