From c8465832cdc8eeb4a22c72af85c71f2d3b7c0e47 Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 10 八月 2023 15:03:16 +0800 Subject: [PATCH] for cpp ws srv long wav core dump (#829) --- funasr/runtime/docs/websocket_protocol.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/docs/websocket_protocol.md b/funasr/runtime/docs/websocket_protocol.md index 94823a2..328fd41 100644 --- a/funasr/runtime/docs/websocket_protocol.md +++ b/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 @@ -45,7 +47,7 @@ ## Real-time Speech Recognition ### System Architecture Diagram -<div align="left"><img src="images/2pass.jpg" width="400"/></div> +<div align="left"><img src="images/2pass.jpg" width="600"/></div> ### Sending Data from Client to Server #### Message Format -- Gitblit v1.9.1