espressif / esp-skainet

Espressif intelligent voice assistant
Other
533 stars 117 forks source link

Esp-Box build error (AIS-1183) #98

Closed suyulin closed 1 year ago

suyulin commented 1 year ago

hi, 请问什么时候支持 idf 5.0 ?

feizi commented 1 year ago

esp-sr 核心的算法库已经支持 idf 5.0 hardware driver 目前在等esp_codec, 一个给所有基于音频的开发板公用的codec开源库和接口 如果你比较急且使用esp-box,可以使用 esp-box , 这个仓库已经支持 idf 5.0

suyulin commented 1 year ago

我就是从 esp-box 过来的,但是仓库没有中文的语音的example

IamFive commented 1 year ago

esp-sr 核心的算法库已经支持 idf 5.0 hardware driver 目前在等esp_codec, 一个给所有基于音频的开发板公用的codec开源库和接口 如果你比较急且使用esp-box,可以使用 esp-box , 这个仓库已经支持 idf 5.0

esp-box 不是通用的吧?esp-skainet 才封装了通用的 driver。

feizi commented 1 year ago

esp-sr 核心的算法库已经支持 idf 5.0 hardware driver 目前在等esp_codec, 一个给所有基于音频的开发板公用的codec开源库和接口 如果你比较急且使用esp-box,可以使用 esp-box , 这个仓库已经支持 idf 5.0

esp-box 不是通用的吧?esp-skainet 才封装了通用的 driver。

是的esp-skainet支持更多的开发板,但只支持了音频相关的功能,你也可以看到例子都相对简单。 对于esp-box的开发,我推荐使用 esp-box ,它支持了esp-box的显示和其他功能模块。 就我所知, https://github.com/espressif/esp-box/tree/master/examples/factory_demo 是支持中英文的,你可以通过idf.py menuconfig 选择相应的模型

suyulin commented 1 year ago

thx