mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
This commit is contained in:
commit
fd22b6e7f3
@ -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
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
(简体中文|[English](./websocket_protocol.md))
|
||||
# websocket/grpc通信协议
|
||||
|
||||
本协议为FunASR软件包通信协议,分为离线文件转写([部署文档](./SDK_tutorial_zh.md)),实时语音识别([部署文档](./SDK_tutorial_online_zh.md))
|
||||
|
||||
## 离线文件转写
|
||||
### 从客户端往服务端发送数据
|
||||
#### 消息格式
|
||||
|
||||
Loading…
Reference in New Issue
Block a user