From 92b20aa327937198e6d695940ac87032981c885d Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Sat, 14 May 2022 12:53:38 +0800 Subject: [PATCH] format --- demos/custom_streaming_asr/README_cn.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demos/custom_streaming_asr/README_cn.md b/demos/custom_streaming_asr/README_cn.md index 55e3b88e..cd8893af 100644 --- a/demos/custom_streaming_asr/README_cn.md +++ b/demos/custom_streaming_asr/README_cn.md @@ -41,9 +41,7 @@ data: 语音数据 2. 通过websocket_server_main来启动服务。 这里简单的介绍几个参数: port是服务端口, -graph_path用来指定解码图文件, -model相关参数用来指定声学模型文件。 - +graph_path用来指定解码图文件, 其他参数说明可参见代码: PaddleSpeech/speechx/speechx/decoder/param.h PaddleSpeech/speechx/examples/ds2_ol/websocket/websocket_server_main.cc