bugfix: fix vad cache bug

This commit is contained in:
xysun 2025-08-11 15:25:12 +08:00
parent e6690e9dd8
commit 786fa5f556
52 changed files with 14 additions and 7 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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.