mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat(mn): Update Chinese multinet4_5
This commit is contained in:
parent
dcc206936e
commit
62ce452be9
@ -184,20 +184,8 @@ choice SR_MN_MODE_SEL
|
|||||||
bool "chinese single recognition (MultiNet2)"
|
bool "chinese single recognition (MultiNet2)"
|
||||||
depends on SR_MN_CHINESE && IDF_TARGET_ESP32
|
depends on SR_MN_CHINESE && IDF_TARGET_ESP32
|
||||||
|
|
||||||
config SR_MN_CN_MULTINET3_SINGLE_RECOGNITION
|
|
||||||
bool "chinese single recognition (MultiNet3)"
|
|
||||||
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
|
|
||||||
|
|
||||||
config SR_MN_CN_MULTINET3_CONTINUOUS_RECOGNITION
|
|
||||||
bool "chinese continuous recognition (MultiNet3)"
|
|
||||||
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
|
|
||||||
|
|
||||||
config SR_MN_CN_MULTINET4_SINGLE_RECOGNITION
|
|
||||||
bool "chinese single recognition (MultiNet4)"
|
|
||||||
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
|
|
||||||
|
|
||||||
config SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
|
config SR_MN_CN_MULTINET4_5_SINGLE_RECOGNITION
|
||||||
bool "chinese single recognition (MultiNet4.5)"
|
bool "chinese recognition (MultiNet4.5)"
|
||||||
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
|
depends on SR_MN_CHINESE && IDF_TARGET_ESP32S3
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|||||||
@ -15,9 +15,9 @@ typedef enum {
|
|||||||
} afe_sr_mode_t;
|
} afe_sr_mode_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AFE_MEMORY_ALLOC_MORE_INTERNAL = 0, // malloc with more internal ram
|
AFE_MEMORY_ALLOC_MORE_INTERNAL = 1, // malloc with more internal ram
|
||||||
AFE_MEMORY_ALLOC_INTERNAL_PSRAM_BALANCE = 1, // malloc with internal ram and psram in balance
|
AFE_MEMORY_ALLOC_INTERNAL_PSRAM_BALANCE = 2, // malloc with internal ram and psram in balance
|
||||||
AFE_MEMORY_ALLOC_MORE_PSRAM = 2 // malloc with more psram
|
AFE_MEMORY_ALLOC_MORE_PSRAM = 3 // malloc with more psram
|
||||||
} afe_memory_alloc_mode_t;
|
} afe_memory_alloc_mode_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
wakeNet8_v5_alexa_5_0.55_0.54
|
wakeNet8_v5h8_alexa_5_0.57_0.60
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
wakeNet7Q8_v1_xiaoaitongxue_5_0.97_0.90
|
wakeNet7Q8_v1h8_xiaoaitongxue_5_0.97_0.98
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user