mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat(esp32): Support ESP-IDF v3.3 for esp32 chip
This commit is contained in:
parent
85349d2446
commit
ea1ea85a49
@ -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"
|
||||
|
||||
@ -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.
Loading…
Reference in New Issue
Block a user