From b917b1a7f28fe5ff1b210a41b411e0d11d738d98 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Sat, 14 May 2022 12:28:22 +0800 Subject: [PATCH] format --- demos/custom_streaming_asr/README.md | 4 ++-- demos/custom_streaming_asr/README_cn.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demos/custom_streaming_asr/README.md b/demos/custom_streaming_asr/README.md index b4777c2b0..aa28d502f 100644 --- a/demos/custom_streaming_asr/README.md +++ b/demos/custom_streaming_asr/README.md @@ -33,11 +33,11 @@ bash websocket_server.sh ``` this script run in two steps: 1. download the resources.tar.gz, those direcotries will be found in resource directory. -model: acustic model +model: acustic model graph: the decoder graph (TLG.fst) lib: some libs bin: binary -data: audio and wav.scp +data: audio and wav.scp 2. websocket_server_main launch the service. some params: diff --git a/demos/custom_streaming_asr/README_cn.md b/demos/custom_streaming_asr/README_cn.md index 82f59e915..8aa5cc1e0 100644 --- a/demos/custom_streaming_asr/README_cn.md +++ b/demos/custom_streaming_asr/README_cn.md @@ -32,11 +32,11 @@ bash websocket_server.sh ``` 上面脚本完成了如下两个功能: 1. 完成resource.tar.gz下载,解压后,会在resource中发现如下目录: -model: 声学模型 -graph: 解码构图 -lib: 相关库 -bin: 运行程序 -data: 语音数据 +model: 声学模型 +graph: 解码构图 +lib: 相关库 +bin: 运行程序 +data: 语音数据 2. 通过websocket_server_main来启动服务。 这里简单的介绍几个参数: