游雁 2 years ago
parent
commit
30a1dda6fc

+ 2 - 0
funasr/runtime/docs/websocket_protocol.md

@@ -1,6 +1,8 @@
 ([简体中文](./websocket_protocol_zh.md)|English)
 
 # WebSocket/gRPC Communication Protocol
+This protocol is the communication protocol for the FunASR software package, which includes offline file transcription ([deployment document](./SDK_tutorial.md)) and real-time speech recognition ([deployment document](./SDK_tutorial_online.md)).
+
 ## Offline File Transcription
 ### Sending Data from Client to Server
 #### Message Format

+ 3 - 0
funasr/runtime/docs/websocket_protocol_zh.md

@@ -1,5 +1,8 @@
 (简体中文|[English](./websocket_protocol.md))
 # websocket/grpc通信协议
+
+本协议为FunASR软件包通信协议,分为离线文件转写([部署文档](./SDK_tutorial_zh.md)),实时语音识别([部署文档](./SDK_tutorial_online_zh.md))
+
 ## 离线文件转写
 ### 从客户端往服务端发送数据
 #### 消息格式