This commit is contained in:
游雁 2023-07-27 14:49:02 +08:00
parent e22f256ee6
commit 1076591b29
2 changed files with 7 additions and 7 deletions

View File

@ -46,9 +46,9 @@ Overview
./modelscope_pipeline/quick_start.md
./egs_modelscope/asr/TEMPLATE/README.md
./modelscope_pipeline/vad_pipeline.md
./modelscope_pipeline/punc_pipeline.md
./modelscope_pipeline/tp_pipeline.md
./egs_modelscope/vad/TEMPLATE/README.md
./egs_modelscope/punctuation/TEMPLATE/README.md
./egs_modelscope/tp/TEMPLATE/README.md
./modelscope_pipeline/sv_pipeline.md
./modelscope_pipeline/sd_pipeline.md
./modelscope_pipeline/itn_pipeline.md

View File

@ -51,8 +51,8 @@ python3 funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode offline --au
- [Python](#python-client)
- [CPP](#cpp-client)
- [html网页版本](#Html网页版)
- [Java](#Java-client)
- [html](#html-client)
- [java](#java-client)
更多版本客户端支持请参考[开发指南](./SDK_advanced_guide_offline_zh.md)
@ -89,13 +89,13 @@ python3 funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode offline --au
--ssl 设置是否开启ssl证书校验默认1开启设置为0关闭
```
### Html网页版
### html-client
在浏览器中打开 html/static/index.html即可出现如下页面支持麦克风输入与文件上传直接进行体验
<img src="images/html.png" width="900"/>
### Java-client
### java-client
```shell
FunasrWsClient --host localhost --port 10095 --audio_in ./asr_example.wav --mode offline