mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'feat/dl_fft' into 'master'
Feat/dl fft See merge request speech-recognition-framework/esp-sr!174
This commit is contained in:
commit
53ff709c3c
@ -1,5 +1,10 @@
|
||||
# Change log for esp-sr
|
||||
|
||||
## 2.1.3
|
||||
- Replace kissfft with dl_fft for wakenet9s
|
||||
- Replace esp-dsp fft with dl_fft for wakenet9
|
||||
- Add more wakenet9 model
|
||||
|
||||
## 2.1.2
|
||||
- Add debug mode
|
||||
- Update wakenet trigget to v4
|
||||
|
||||
@ -43,10 +43,12 @@ if((${IDF_TARGET} STREQUAL "esp32s3") OR (${IDF_TARGET} STREQUAL "esp32p4") OR (
|
||||
add_prebuilt_library(wakenet "${CMAKE_CURRENT_SOURCE_DIR}/lib/${IDF_TARGET}/libwakenet.a" PRIV_REQUIRES ${COMPONENT_NAME})
|
||||
add_prebuilt_library(nsnet "${CMAKE_CURRENT_SOURCE_DIR}/lib/${IDF_TARGET}/libnsnet.a" PRIV_REQUIRES ${COMPONENT_NAME})
|
||||
idf_component_get_property(esp_dsp_lib espressif__esp-dsp COMPONENT_LIB)
|
||||
idf_component_get_property(dl_fft_lib espressif__dl_fft COMPONENT_LIB)
|
||||
|
||||
set(sr_libs
|
||||
dl_lib
|
||||
$<TARGET_FILE:${esp_dsp_lib}>
|
||||
$<TARGET_FILE:${dl_fft_lib}>
|
||||
c_speech_features
|
||||
esp_audio_front_end
|
||||
esp_audio_processor
|
||||
|
||||
@ -171,6 +171,10 @@ menu "Load Multiple Wake Words (WakeNet9)"
|
||||
bool "Astrolabe (wn9_astrolabe_tts)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9_HEYILY_TTS2
|
||||
bool "Hey,Ily (wn9_heyily_tts2)"
|
||||
default False
|
||||
|
||||
config SR_WN_WN9_XIAOYAXIAOYA_TTS2
|
||||
bool "小鸭小鸭 (wn9_xiaoyaxiaoya_tts2)"
|
||||
default False
|
||||
|
||||
@ -56,6 +56,7 @@ The following wake words are supported in esp-sr:
|
||||
|Hi,Joy | | wn9_hijoy_tts |
|
||||
|Hey,Wand | | wn9_heywanda_tts |
|
||||
|Astrolabe | | wn9_astrolabe_tts |
|
||||
|Hey,Ily | | wn9_heyily_tts2 |
|
||||
|Hi,Wall E/Hi,瓦力| | wn9_hiwalle_tts2 |
|
||||
|你好小鑫 | | wn9_nihaoxiaoxin_tts |
|
||||
|小美同学 | | wn9_xiaomeitongxue_tts |
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
version: "2.1.2"
|
||||
version: "2.1.3"
|
||||
description: esp_sr provides basic algorithms for Speech Recognition applications
|
||||
url: https://github.com/espressif/esp-sr
|
||||
dependencies:
|
||||
idf: ">=5.0"
|
||||
espressif/esp-dsp: "1.6.0"
|
||||
espressif/dl_fft: ">=0.1.0"
|
||||
files:
|
||||
exclude:
|
||||
- ".github"
|
||||
|
||||
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.
Binary file not shown.
1
model/wakenet_model/wn9_heyily_tts2/_MODEL_INFO_
Normal file
1
model/wakenet_model/wn9_heyily_tts2/_MODEL_INFO_
Normal file
@ -0,0 +1 @@
|
||||
wakenet9l_tts2h12_Hey,Ily_3_0.630_0.635
|
||||
BIN
model/wakenet_model/wn9_heyily_tts2/wn9_data
Normal file
BIN
model/wakenet_model/wn9_heyily_tts2/wn9_data
Normal file
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
wakenet9l_tts2h12_你好达蒙_3_0.634_0.640
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user