mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix: fix vad cache bug
This commit is contained in:
parent
e6690e9dd8
commit
786fa5f556
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
@ -47,7 +47,8 @@ typedef struct{
|
||||
int command_id[ESP_MN_RESULT_MAX_NUM]; // The list of command id.
|
||||
int phrase_id[ESP_MN_RESULT_MAX_NUM]; // The list of phrase id.
|
||||
float prob[ESP_MN_RESULT_MAX_NUM]; // The list of probability.
|
||||
char string[256];
|
||||
char string[256]; // recognized string with commands graph
|
||||
char raw_string[256]; // recognized string without commands graph
|
||||
} esp_mn_results_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user