feat(esp32): Support ESP-IDF v3.3 for esp32 chip

This commit is contained in:
sxy 2022-08-17 20:29:21 +08:00
parent 85349d2446
commit ea1ea85a49
9 changed files with 22 additions and 22 deletions

View File

@ -93,29 +93,29 @@ choice SR_WN_MODEL_LOAD
bool "Load Multiple Wake Words"
depends on IDF_TARGET_ESP32S3
menu "Load Multiple Wake Words"
depends on SR_WN_LOAD_MULIT_WORD
config SR_WN_WN9_HILEXIN_MULTI
bool "Hi,Lexin (wn9_hilexin)"
default False
config SR_WN_WN9_XIAOAITONGXUE_MULTI
bool "xiaoaitongxue (wn9_xiaoaitongxue)"
default False
config SR_WN_WN9_ALEXA_MULTI
bool "Alexa (wn9_alexa)"
default False
config SR_WN_WN9_HIESP_MULTI
bool "Hi,ESP (wn9_hiesp)"
default False
endmenu
endchoice
menu "Load Multiple Wake Words"
depends on SR_WN_LOAD_MULIT_WORD
config SR_WN_WN9_HILEXIN_MULTI
bool "Hi,Lexin (wn9_hilexin)"
default False
config SR_WN_WN9_XIAOAITONGXUE_MULTI
bool "xiaoaitongxue (wn9_xiaoaitongxue)"
default False
config SR_WN_WN9_ALEXA_MULTI
bool "Alexa (wn9_alexa)"
default False
config SR_WN_WN9_HIESP_MULTI
bool "Hi,ESP (wn9_hiesp)"
default False
endmenu
config USE_MULTINET
bool "use multinet"
default "y"

View File

@ -82,4 +82,4 @@ if (esp_tts_parse_chinese(tts_handle, text)) { // parse text into pinyin list
```
更多请参考[esp_tts.h](./esp_tts_chinese/include/esp_tts.h)查看API定义, 或参考esp-skainet中[chinese_tts](../../examples/chinese_tts)示例.
更多请参考[esp_tts.h](./esp_tts_chinese/include/esp_tts.h)查看API定义, 或参考esp-skainet中[chinese_tts](https://github.com/espressif/esp-skainet/tree/master/examples/chinese_tts)示例.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.