From 3c83d64c84602de055f503af7d4e2761c829ec2e Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期二, 12 十二月 2023 11:11:02 +0800 Subject: [PATCH] fst: support eng hotword --- runtime/onnxruntime/include/com-define.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/include/com-define.h b/runtime/onnxruntime/include/com-define.h index 57908e6..a2745da 100644 --- a/runtime/onnxruntime/include/com-define.h +++ b/runtime/onnxruntime/include/com-define.h @@ -68,6 +68,7 @@ #define QUANT_DECODER_NAME "decoder_quant.onnx" #define LM_FST_RES "TLG.fst" +#define LEX_PATH "lexicon.txt" // vad #ifndef VAD_SILENCE_DURATION -- Gitblit v1.9.1