mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'model/add_linaiban' into 'master'
Model/add linaiban See merge request speech-recognition-framework/esp-sr!126
This commit is contained in:
commit
586e7eae25
@ -4,6 +4,9 @@
|
||||
- Available storage is less than the remaining flash space on IDF v5.0.
|
||||
If you can not map model partition successfully, please check the left free storage by `spi_flash_mmap_get_free_pages(ESP_PARTITION_MMAP_DATA)` or update IDF to v5.1 or later.
|
||||
|
||||
## 1.9.5
|
||||
- Add Hi,Jason; 小鸭小鸭; 璃奈板 wake word models
|
||||
|
||||
## 1.9.4
|
||||
- Fix bugs when using C++ to compile
|
||||
- Add more new wake words
|
||||
|
||||
@ -194,6 +194,10 @@ choice SR_WN_MODEL_LOAD
|
||||
bool "Hi,Jason (wn9_hijason_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_LINAIBAN_TTS2
|
||||
bool "璃奈板 (wn9_linaiban_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_CUSTOMWORD
|
||||
bool "customized word (wn9_customword)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
@ -309,6 +313,10 @@ menu "Load Multiple Wake Words"
|
||||
bool "Hi,Jason (wn9_hijason_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
config SR_WN_WN9_LINAIBAN_TTS2_MULTI
|
||||
bool "璃奈板 (wn9_linaiban_tts2)"
|
||||
depends on IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
|
||||
|
||||
endmenu
|
||||
|
||||
config USE_MULTINET
|
||||
|
||||
@ -55,10 +55,11 @@ The following wake words are supported in esp-sr:
|
||||
|喵喵同学 | | wn9_miaomiaotongxue_tts|
|
||||
|Hi,喵喵 | | wn9_himiaomiao_tts |
|
||||
|Hi,Lily/Hi,莉莉 | | wn9_hilili_tts |
|
||||
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
||||
|Hi,Telly/Hi,泰力 | | wn9_hitelly_tts |
|
||||
|小滨小滨/小冰小冰| | wn9_xiaobinxiaobin_tts |
|
||||
|Hi,小巫 | | wn9_haixiaowu_tts |
|
||||
|小鸭小鸭 | | wn9_xiaoyaxiaoya_tts2 |
|
||||
|小鸭小鸭 | | wn9_xiaoyaxiaoya_tts2 |
|
||||
|璃奈板 | | wn9_linaiban_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.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version: "1.9.4"
|
||||
version: "1.9.5"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
|
||||
1
model/wakenet_model/wn9_linaiban_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_linaiban_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts2h12_Linaiban_3_0.635_0.640
|
||||
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_data
Normal file
Binary file not shown.
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_index
Normal file
BIN
model/wakenet_model/wn9_linaiban_tts2/wn9_index
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user