游雁
2023-05-08 3cb44db96a1ae7985631759b593fee9efade7029
websocket python offline/online 2pass demo
1个文件已修改
12 ■■■■■ 已修改文件
funasr/runtime/python/websocket/README.md 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/websocket/README.md
@@ -48,6 +48,18 @@
### Start client
```shell
python ws_client.py \
--host [ip_address] \
--port [port id] \
--chunk_size ["5,10,5"=600ms, "8,8,4"=480ms] \
--chunk_interval [duration of send chunk_size/chunk_interval] \
--words_max_print [max number of words to print] \
--audio_in [if set, loadding from wav.scp, else recording from mircrophone] \
--output_dir [if set, write the results to output_dir] \
--send_without_sleep [only set for offline]
```
#### ASR offline client
##### Recording from mircrophone
```shell