Update README.md

This commit is contained in:
zhifu gao 2023-06-26 17:50:38 +08:00 committed by GitHub
parent d393848a69
commit 4a5d933c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,10 +96,12 @@ More examples could be found in [docs](https://alibaba-damo-academy.github.io/Fu
### runtime
An example with websocket:
For the server:
```shell
python wss_srv_asr.py --port 10095
```
For the client:
```shell
python wss_client_asr.py --host "0.0.0.0" --port 10095 --mode 2pass --chunk_size "5,10,5"