mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat: add nihaoxiaozhi and hijason wn9s model
This commit is contained in:
parent
551d259405
commit
bbfea2b757
@ -1,11 +1,11 @@
|
||||
# Change log for esp-sr
|
||||
|
||||
## unreleased
|
||||
## 2.1.0
|
||||
- esp32c3 support wakenet9s and aec
|
||||
- esp32c5 support wakenet9s and aec
|
||||
- esp32c6 support wakenet9s and aec
|
||||
- esp32s2 support wakenet9s and aec
|
||||
- Add "hi,lexin","hi,esp","nihaoxiaozhi" wakenet9s models
|
||||
- Add four wakenet9s model: hilexin,hiesp,nihaoxiaozhi,hijason
|
||||
|
||||
## 2.0.5
|
||||
- Fix fftr bug
|
||||
|
||||
@ -64,6 +64,14 @@ menu "Load Multiple Wake Words"
|
||||
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"
|
||||
|
||||
@ -42,6 +42,7 @@ The following wake words are supported in esp-sr:
|
||||
|Hi,乐鑫 | wn9s_hilexin | wn9_hilexin |
|
||||
|Hi,ESP | wn9s_hiesp | wn9_hiesp |
|
||||
|你好小智 | wn9s_nihaoxiaozhi | wn9_nihaoxiaozhi_tts |
|
||||
|Hi,Jason | wn9s_hijason_tts2 | wn9_hijason_tts2 |
|
||||
|小爱同学 | | wn9_xiaoaitongxue |
|
||||
|Hi,M Five | | wn9_himfive |
|
||||
|Alexa | | wn9_alexa |
|
||||
@ -54,7 +55,6 @@ The following wake words are supported in esp-sr:
|
||||
|Hi,Joy | | wn9_hijoy_tts |
|
||||
|Hey,Wand | | wn9_heywanda_tts |
|
||||
|Astrolabe | | wn9_astrolabe_tts |
|
||||
|Hi,Jason | | wn9_hijason_tts2 |
|
||||
|Hi,Wall E/Hi,瓦力| | wn9_hiwalle_tts2 |
|
||||
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
||||
|小美同学 | | wn9_xiaomeitongxue_tts |
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "2.0.5"
|
||||
version: "2.1.0"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
|
||||
1
model/wakenet_model/wn9s_hijason_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9s_hijason_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9s_tts2h8_Hi,Jason_3_0.635_0.638
|
||||
BIN
model/wakenet_model/wn9s_hijason_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9s_hijason_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9s_hijason_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9s_hijason_tts2/wn9_index
Normal file
Binary file not shown.
1
model/wakenet_model/wn9s_nihaoxiaozhi/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9s_nihaoxiaozhi/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9s_tts2h8_你好小智_3_0.625_0.630
|
||||
BIN
model/wakenet_model/wn9s_nihaoxiaozhi/wn9_data
Normal file
BIN
model/wakenet_model/wn9s_nihaoxiaozhi/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9s_nihaoxiaozhi/wn9_index
Normal file
BIN
model/wakenet_model/wn9s_nihaoxiaozhi/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user