游雁
2023-03-23 4d83394191688d8330694f4d7f411edf0701eb3c
websocket
2个文件已修改
4 ■■■■ 已修改文件
funasr/runtime/python/websocket/README.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/websocket/requirements_client.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/websocket/README.md
@@ -37,7 +37,7 @@
Start client
```shell
python ASR_client.py --host "localhost" --port 10095 --chunk_size 300
python ASR_client.py --host "127.0.0.1" --port 10095 --chunk_size 300
```
## Acknowledge
funasr/runtime/python/websocket/requirements_client.txt
@@ -1,2 +1,2 @@
websockets
import pyaudio
pyaudio