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发送数据,得到结果。运行如下命令: ```