feat/update_nsnet2

This commit is contained in:
xysun 2024-09-04 11:52:39 +08:00
parent 00d9e525c2
commit 5421170f53
11 changed files with 5 additions and 5 deletions

View File

@ -138,15 +138,15 @@ typedef struct {
.wakenet_model_name = NULL, \ .wakenet_model_name = NULL, \
.wakenet_model_name_2 = NULL, \ .wakenet_model_name_2 = NULL, \
.wakenet_mode = DET_MODE_90, \ .wakenet_mode = DET_MODE_90, \
.afe_mode = SR_MODE_HIGH_PERF, \ .afe_mode = SR_MODE_LOW_COST, \
.afe_perferred_core = 0, \ .afe_perferred_core = 0, \
.afe_perferred_priority = 5, \ .afe_perferred_priority = 5, \
.afe_ringbuf_size = 50, \ .afe_ringbuf_size = 50, \
.memory_alloc_mode = AFE_MEMORY_ALLOC_INTERNAL_PSRAM_BALANCE, \ .memory_alloc_mode = AFE_MEMORY_ALLOC_MORE_PSRAM, \
.afe_linear_gain = 1.0, \ .afe_linear_gain = 1.0, \
.agc_mode = AFE_MN_PEAK_AGC_MODE_2, \ .agc_mode = AFE_MN_PEAK_AGC_MODE_2, \
.pcm_config.total_ch_num = 3, \ .pcm_config.total_ch_num = 2, \
.pcm_config.mic_num = 2, \ .pcm_config.mic_num = 1, \
.pcm_config.ref_num = 1, \ .pcm_config.ref_num = 1, \
.pcm_config.sample_rate = 16000, \ .pcm_config.sample_rate = 16000, \
.debug_init = false, \ .debug_init = false, \
@ -189,4 +189,4 @@ typedef struct {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

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.