.github esp_codec_dev: Add driver for audio codec devices Mar 21, 2023 .gitlab/ci esp-adf: support esp-idf v5.2 Feb 21, 2024 components Added korvo_1 support (fixed merge issues in example_vad_main.c). Apr 11, 2024 docs Add audio mixer feature ...
ESP-ADF 是由乐鑫官方推出的针对 ESP32 和 ESP32-S2 系列芯片的音频开发框架。ESP-ADF 国内镜像仓库,Issues 和 PRs 请仍旧提交到 github。 展开 收起 暂无标签 https://github.com/espressif/esp-adf C 等6 种语言 MIT 保存更改 取消 发行版 暂无发行版 esp-adf 开源评估指数 生产力 创新力 ...
Espressif Audio Development Framework. Contribute to espressif/esp-adf development by creating an account on GitHub.
1.GitHub:ESP-ADF。 2.gitee:ESP-ADF。 我习惯用国内的服务器,直接把ESP-ADF下载下来。但是这里面有两个文件是独立的(整个仓库下载后,这2个文件夹是空的,在这里点击可以跳转到GitHub的链接),要单独下载。 《esp-adf-libs》:https://github.com/espressif/esp-adf-libs 《esp-sr》:https://github.com/esp...
二,安装ADF 乐鑫把ADF放在了github,仓库地址是:https://github.com/espressif/esp-adf; 这是一个带子模块的仓库,如何加速下载请参考博客提升github下载速度里带子模块的下载。 步骤:创建ESP文件夹,然后cmd,执行以下命令克隆仓库: gitclonehttps://gitclone.com/github.com/espressif/esp-adf.git ...
git clone --recursive https://github.com/espressif/esp-adf.git 中途可能会碰到各种鸟问题,按照如下操作可以规避大部分 如果下载老半天不动直接终止然后就行如下操作 cd~/esp/esp-adf/ git submodule update --initcdesp-idf git submodule update --init ...
gitclonehttps://github.com/espressif/esp-adf.gitgitclonehttps://gitee.com/EspressifSystems/esp-adf.git #国内站点 因为代码里用了子模块,而且把esp-idf作为子模块来使用。我已经另外下载有esp-idf,因此需要删除这个子模块后再更新子模块: git rm --cached esp-idf ...
在esp-adf-libs目录下执行: git clone https://gitclone.com/github.com/espressif/esp-adf-libs 1. 在esp-sr目录下执行: git clone https://gitclone.com/github.com/espressif/esp-sr.git 1. 在esp-idf目录下执行: git clone https://gitclone.com/github.com/espressif/esp-idf ...
# github 换成 gitee 镜像 git clone --recursive git@gitee.com:EspressifSystems/esp-adf.git 使用 下面这些步骤除了敲命令之外,IDF for VS Code 插件会方便一些,点点按钮就完事。 # 导入 IDF 环境变量,启动虚拟环境get_idf# ADF 可以直接加入环境变量exportADF_PATH=/home/kearney/opt/esp/esp-adf# 连接开...
git clone --recursivehttps://github.com/espressif/esp-adf.git --recursive那个是递归的git,连带子模块一起git下来了 我当时用了tortoiseGit,只拷贝了地址,没勾选“递归”的选项,所以没下对应的子模块 Linc08 Posts:13 Joined:Mon May 20, 2024 7:54 am ...