Search found 135 matches
- Tue Nov 12, 2024 3:06 am
- Forum: ESP-ADF 中文讨论版
- Topic: mn7_en 无作用 关闭中文模式只使用英文版本的WWE标准案例 唤醒和英文都无法使用
- Replies: 1
- Views: 1299
Re: mn7_en 无作用 关闭中文模式只使用英文版本的WWE标准案例 唤醒和英文都无法使用
使用 ADF-Master 测试如下: 企业微信截图_17313804042339.png # ESP Speech Recognition # CONFIG_MODEL_IN_FLASH=y # CONFIG_MODEL_IN_SDCARD is not set CONFIG_USE_AFE=y CONFIG_AFE_INTERFACE_V1=y # CONFIG_USE_NSNET is not set CONFIG_USE_WAKENET=y # CONFIG_SR_WN_WN8_ALEXA is not set CONFIG_SR_WN_WN9_HILEXIN=y # CONFIG_S...
- Mon Nov 11, 2024 12:30 pm
- Forum: ESP-ADF 中文讨论版
- Topic: 请教“蓝牙语音+数据传输芯片或模组”的选型
- Replies: 2
- Views: 3785
Re: 请教“蓝牙语音+数据传输芯片或模组”的选型
ESP32 ? 这个可以么
- Mon Nov 11, 2024 12:29 pm
- Forum: ESP-ADF 中文讨论版
- Topic: ESP-ADF编译例程失败求助
- Replies: 1
- Views: 958
Re: ESP-ADF编译例程失败求助
可能和网络还是有一些关系(如果有梯子会方便些,git 的通用问题),Failed to nesolve component 'esp-sr' 还是有一些子模块没有拉全...
需要您再多次尝试 git submodule update --init --recursive
需要您再多次尝试 git submodule update --init --recursive
- Mon Nov 11, 2024 12:21 pm
- Forum: ESP-ADF 中文讨论版
- Topic: 调用esp-adf 出现MP3_DE_LIB: pvmp3_framedecoder.cpp:701 (pvmp3_InitDecoder): Memory exhausted
- Replies: 1
- Views: 1235
Re: 调用esp-adf 出现MP3_DE_LIB: pvmp3_framedecoder.cpp:701 (pvmp3_InitDecoder): Memory exhausted
请问您选用的是什么芯片和模组? 看上去好像是个内存问题,您要不试试看开启下 psram 试试?
- Thu Oct 17, 2024 7:39 am
- Forum: ESP-ADF
- Topic: unable to get sample "pipeline_a2dp_sink_and_hfp" to work on ESP32-LyraT-Mini
- Replies: 1
- Views: 2582
Re: unable to get sample "pipeline_a2dp_sink_and_hfp" to work on ESP32-LyraT-Mini
Please check whether you have selected . I have tested this demo by using ESP32-Lyrat-Mini V1.2 without problems.
Code: Select all
menuconfig > Audio Hal > Audio board (ESP32-Lyrat-Mini V1.1)
- Thu Oct 17, 2024 6:27 am
- Forum: ESP-ADF
- Topic: ADF on ESP32-S3-WROOM-1 ???
- Replies: 1
- Views: 5156
Re: ADF on ESP32-S3-WROOM-1 ???
Your can refer to pipeline_sdcard_mp3_control which is a tutorial for playing mp3 file by using ESP-ADF.
- Thu Oct 17, 2024 6:18 am
- Forum: ESP-ADF
- Topic: ESP-ADF-FAQ
- Replies: 0
- Views: 2077
ESP-ADF-FAQ
Before FAQ We have organized and analyzed GitHub Issues as well as the problems encountered during development. Below is a summary of frequently asked A&Q for your reference. This module will be continuously updated. If you have any suggestions, feel free to start a discussion, and we will review t...
- Thu Oct 17, 2024 3:42 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP-ADF-FAQ
- Replies: 0
- Views: 1958
ESP-ADF-FAQ
Before FAQ 我们整理并分析了 GitHub Issues 以及在开发过程中遇到的问题。这里总结了常见的 A&Q 供大家参考。该模块会持续更新,如果大家有任何建议,欢迎发起讨论,我们都会认真查看! FAQ 1. A: ADF 编译出错 “Failed to resolve component 'xxx'.”该怎么解决? Q: 把ESP-ADF git下来之后还需要更新子模块, 在 $ADF_PATH (ESP-ADF根目录)使用下述命令下载子模块。 git submodule update --init --recursive 2. A:该怎样从 element 中读取或写入数据? ...
- Mon Oct 14, 2024 8:33 am
- Forum: ESP-ADF 中文讨论版
- Topic: i2s_stream_reader和i2s_stream_writer为何不能一起初始化
- Replies: 2
- Views: 2715
Re: i2s_stream_reader和i2s_stream_writer为何不能一起初始化
i2s_stream_reader和i2s_stream_writer 应该是可以同时初始化的,请参考[passthru](https://github.com/espressif/esp-adf/bl ... passthru.c)。您说的播放慢的情况能详细描述一下么?
- Sun Sep 29, 2024 9:59 am
- Forum: ESP-ADF
- Topic: Stereo Bluetooth using two ESP32 as receiver
- Replies: 1
- Views: 3431
Re: Stereo Bluetooth using two ESP32 as receiver
There is a Wi-Fi-based communication protocol to share music among multiple interconnected speakers https://github.com/espressif/esp-adf/tr ... multi-room, can this solve your problem?