CI130X SDK API手册  2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
函数
asr_process_callback_decoder.c 文件参考
#include <stdlib.h>
#include <stdio.h>
#include "sdk_default_config.h"
#include "platform_config.h"
#include "ci_log_config.h"
#include "asr_process_callback_decoder.h"
#include "system_msg_deal.h"
#include "status_share.h"
#include "ci_log.h"

函数

int send_asr_prediction_msg (uint32_t cmd_handle)
 
int send_asr_pre_cancel_msg (void)
 
int send_asr_pre_confirm_msg (uint32_t cmd_handle)
 
void get_cwsl_threshold (unsigned char *wakeup_threshold, unsigned char *cmdword_threshold)
 
int asr_result_callback (callback_asr_result_type_t *asr)
 asr 系统中 识别到指令词的回调函数,当有识别结果,libasr库里面会调用该函数 该函数会输出指令文本、置信度打分、词条管理句柄等信息,并发送相关信息到 系统应用层,做后处理,如发送协议,播放对应的提示语音,进入唤醒等;可根据需要 在该函数中添加相关代码,但不能在该延时,或长时间占用,会影响识别响应速度 更多...
 
int asr_lite_result_callback (char *words, short cfd)
 

函数说明

◆ asr_lite_result_callback()

int asr_lite_result_callback ( char *  words,
short  cfd 
)

◆ get_cwsl_threshold()

void get_cwsl_threshold ( unsigned char *  wakeup_threshold,
unsigned char *  cmdword_threshold 
)

◆ send_asr_pre_cancel_msg()

int send_asr_pre_cancel_msg ( void  )

◆ send_asr_pre_confirm_msg()

int send_asr_pre_confirm_msg ( uint32_t  cmd_handle)

◆ send_asr_prediction_msg()

int send_asr_prediction_msg ( uint32_t  cmd_handle)

@文件 asr_process_callbak.c @版本 V1.0.1 @日期 2019-3-15 @概要 asr 回调函数,VAD相关

@注意

版权归chipintelli公司所有,未经允许不得使用或修改