mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'master' into 'feat/aec'
This commit is contained in:
commit
d42180b411
@ -52,7 +52,29 @@ choice SR_VADN_MODEL_LOAD
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
endchoice
|
||||
|
||||
menu "Load Multiple Wake Words"
|
||||
|
||||
menu "Load Multiple Wake Words (WakeNet9s)"
|
||||
depends on IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32S2
|
||||
|
||||
config SR_WN_WN9S_HILEXIN
|
||||
bool "Hi,乐鑫 (wn9s_hilexin)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9S_HIESP
|
||||
bool "Hi,ESP (wn9s_hiesp)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9S_NIHAOXIAOZHI
|
||||
bool "你好小智 (wn9s_nihaoxiaozhi)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9S_HIJASON
|
||||
bool "Hi,Jason (wn9s_hijason_tts2)"
|
||||
default False
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Load Multiple Wake Words (WakeNet9)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4 || IDF_TARGET_ESP32
|
||||
|
||||
config SR_WN_WN9_HILEXIN
|
||||
@ -177,6 +199,14 @@ menu "Load Multiple Wake Words"
|
||||
bool "小康同学 (wn9_xiaokangtongxue_tts2)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9_XIAOJIANXIAOJIAN_TTS2
|
||||
bool "小箭小箭 (wn9_xiaojianxiaojian_tts2)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9_XIAOTEXIAOTE_TTS2
|
||||
bool "小特小特 (wn9_xiaotexiaote_tts2)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9_NIHAOXIAOYI_TTS2
|
||||
bool "你好小益 (wn9_nihaoxiaoyi_tts2)"
|
||||
default False
|
||||
|
||||
@ -72,7 +72,9 @@ The following wake words are supported in esp-sr:
|
||||
|小宇同学 | | wn9_xiaoyutongxue_tts2 |
|
||||
|小明同学 | | wn9_xiaomingtongxue_tts2|
|
||||
|小康同学 | | wn9_xiaokangtongxue_tts2|
|
||||
|你好小益 | | wn9_nihaoxiaoyi_tts2 |
|
||||
|小箭小箭 | | wn9_xiaojianxiaojian_tts2|
|
||||
|小特小特 | | wn9_xiaotexiaote_tts2|
|
||||
|你好小益 | | wn9_nihaoxiaoyi_tts2|
|
||||
|
||||
*NOTE:* `_tts` suffix means this WakeNet model is trained by TTS samples. `_tts2` suffix means this WakeNet model is trained by TTS Pipeline V2.
|
||||
|
||||
|
||||
@ -0,0 +1 @@
|
||||
wakenet9l_tts2h12_小箭小箭_3_0.635_0.640
|
||||
BIN
model/wakenet_model/wn9_xiaojianxiaojian_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_xiaojianxiaojian_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_xiaojianxiaojian_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9_xiaojianxiaojian_tts2/wn9_index
Normal file
Binary file not shown.
1
model/wakenet_model/wn9_xiaotexiaote_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_xiaotexiaote_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts2h12_小特小特_3_0.605_0.610
|
||||
BIN
model/wakenet_model/wn9_xiaotexiaote_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_xiaotexiaote_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_xiaotexiaote_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9_xiaotexiaote_tts2/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user