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
|
# Change log for esp-sr
|
||||||
|
|
||||||
## unreleased
|
## 2.1.0
|
||||||
- esp32c3 support wakenet9s and aec
|
- esp32c3 support wakenet9s and aec
|
||||||
- esp32c5 support wakenet9s and aec
|
- esp32c5 support wakenet9s and aec
|
||||||
- esp32c6 support wakenet9s and aec
|
- esp32c6 support wakenet9s and aec
|
||||||
- esp32s2 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
|
## 2.0.5
|
||||||
- Fix fftr bug
|
- Fix fftr bug
|
||||||
|
|||||||
@ -64,6 +64,14 @@ menu "Load Multiple Wake Words"
|
|||||||
bool "Hi,ESP (wn9s_hiesp)"
|
bool "Hi,ESP (wn9s_hiesp)"
|
||||||
default False
|
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
|
endmenu
|
||||||
|
|
||||||
menu "Load Multiple Wake Words"
|
menu "Load Multiple Wake Words"
|
||||||
|
|||||||
@ -42,6 +42,7 @@ The following wake words are supported in esp-sr:
|
|||||||
|Hi,乐鑫 | wn9s_hilexin | wn9_hilexin |
|
|Hi,乐鑫 | wn9s_hilexin | wn9_hilexin |
|
||||||
|Hi,ESP | wn9s_hiesp | wn9_hiesp |
|
|Hi,ESP | wn9s_hiesp | wn9_hiesp |
|
||||||
|你好小智 | wn9s_nihaoxiaozhi | wn9_nihaoxiaozhi_tts |
|
|你好小智 | wn9s_nihaoxiaozhi | wn9_nihaoxiaozhi_tts |
|
||||||
|
|Hi,Jason | wn9s_hijason_tts2 | wn9_hijason_tts2 |
|
||||||
|小爱同学 | | wn9_xiaoaitongxue |
|
|小爱同学 | | wn9_xiaoaitongxue |
|
||||||
|Hi,M Five | | wn9_himfive |
|
|Hi,M Five | | wn9_himfive |
|
||||||
|Alexa | | wn9_alexa |
|
|Alexa | | wn9_alexa |
|
||||||
@ -54,7 +55,6 @@ The following wake words are supported in esp-sr:
|
|||||||
|Hi,Joy | | wn9_hijoy_tts |
|
|Hi,Joy | | wn9_hijoy_tts |
|
||||||
|Hey,Wand | | wn9_heywanda_tts |
|
|Hey,Wand | | wn9_heywanda_tts |
|
||||||
|Astrolabe | | wn9_astrolabe_tts |
|
|Astrolabe | | wn9_astrolabe_tts |
|
||||||
|Hi,Jason | | wn9_hijason_tts2 |
|
|
||||||
|Hi,Wall E/Hi,瓦力| | wn9_hiwalle_tts2 |
|
|Hi,Wall E/Hi,瓦力| | wn9_hiwalle_tts2 |
|
||||||
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
||||||
|小美同学 | | wn9_xiaomeitongxue_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
|
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||||
url: https://github.com/espressif/esp-sr
|
url: https://github.com/espressif/esp-sr
|
||||||
dependencies:
|
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