From d40dd7bc31859e26d8c1b5fe2729133af4b63030 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Sat, 14 May 2022 12:29:04 +0800 Subject: [PATCH] format --- demos/custom_streaming_asr/README_cn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/custom_streaming_asr/README_cn.md b/demos/custom_streaming_asr/README_cn.md index 8aa5cc1e0..11a724840 100644 --- a/demos/custom_streaming_asr/README_cn.md +++ b/demos/custom_streaming_asr/README_cn.md @@ -42,10 +42,10 @@ data: 语音数据 这里简单的介绍几个参数: port是服务端口, graph_path用来指定解码图文件, -model相关参数用来指定声学模型文件。 -其他参数说明可参见代码: -PaddleSpeech/speechx/speechx/decoder/param.h -PaddleSpeech/speechx/examples/ds2_ol/websocket/websocket_server_main.cc +model相关参数用来指定声学模型文件。 +其他参数说明可参见代码: +PaddleSpeech/speechx/speechx/decoder/param.h +PaddleSpeech/speechx/examples/ds2_ol/websocket/websocket_server_main.cc * 在另一个终端中, 通过client发送数据,得到结果。运行如下命令: ```