This commit is contained in:
雾聪 2023-08-09 14:27:20 +08:00
commit fd22b6e7f3
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

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