![]() |
CI13LC SDK API手册
2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
|
#include "asr_api.h"#include <stdlib.h>#include "sdk_default_config.h"#include "user_config.h"#include "ci_log.h"#include "FreeRTOS.h"#include "task.h"#include "ci_flash_data_info.h"#include "flash_rw_process.h"宏定义 | |
| #define | USE_DSPK_EN (0) |
| #define | USE_ASR_DY_SKP_EN (0) |
| #define | USE_LARGE_DIM_MDL (0) |
| #define | USE_CMP_TIWCE_CONTINUE_MODE (0) |
| #define | USE_MAX_STOP_CONFIDENCE (0) |
| #define | USE_ASRLITE_EN (0) |
| #define | DEBUG_PRINT_VOICE_INFO (0) |
| #define | V_DIV_N_MIN_TH (140) |
| #define | V_DIV_N_MAX_TH (168) |
| #define | N_QI_MIN_TH (13200) |
| #define | V_DIV_N_MIN_AND_N_QI_MIN_TH (160) |
函数 | |
| int | get_voice_snr_info (int *v, int *n, int *s) |
| void | dy_adj_cmpt_callback (int *p) |
| #define DEBUG_PRINT_VOICE_INFO (0) |
| #define N_QI_MIN_TH (13200) |
| #define USE_ASR_DY_SKP_EN (0) |
| #define USE_ASRLITE_EN (0) |
| #define USE_CMP_TIWCE_CONTINUE_MODE (0) |
| #define USE_DSPK_EN (0) |
| #define USE_LARGE_DIM_MDL (0) |
| #define USE_MAX_STOP_CONFIDENCE (0) |
| #define V_DIV_N_MAX_TH (168) |
| #define V_DIV_N_MIN_AND_N_QI_MIN_TH (160) |
| #define V_DIV_N_MIN_TH (140) |
| void dy_adj_cmpt_callback | ( | int * | p | ) |
| int get_voice_snr_info | ( | int * | v, |
| int * | n, | ||
| int * | s | ||
| ) |
1.8.14