Update SDK_advanced_guide_offline_zh.md

This commit is contained in:
Yabin Li 2024-06-07 14:28:57 +08:00 committed by GitHub
parent c1b5583000
commit 84b6c48f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,6 +149,7 @@ python3 funasr_wss_client.py --host "127.0.0.1" --port 10095 --mode offline \
--port 10095 部署端口号
--wav-path 需要进行转写的音频文件,支持文件路径
--hotword 热词文件,每行一个热词,格式(热词 权重):阿里巴巴 20
--thread-num 设置客户端线程数
--use-itn 设置是否使用itn默认1开启设置为0关闭
```