更新funasr说明

This commit is contained in:
guo zebin
2025-10-21 14:39:04 +08:00
parent 28811485fa
commit 21ce9e5281
2 changed files with 6 additions and 9 deletions
+5 -8
View File
@@ -1,9 +1,6 @@
## 语音服务介绍
1、安装ffmpeg
该服务以modelscope funasr语音识别为基础
## Install
2、安装以下包
pip install torch
pip install modelscope
pip install testresources
@@ -11,11 +8,11 @@ pip install websockets
pip install torchaudio
pip install FunASR
## Start server
2、python -u ASR_server.py --host "0.0.0.0" --port 10197 --ngpu 0
3、启动asr服务
python -u ASR_server.py --host "0.0.0.0" --port 10197 --ngpu 0
## Fay connect
4、Fay connect
更改fay/system.conf配置项,并重新启动fay.
https://www.bilibili.com/video/BV1qs4y1g74e/?share_source=copy_web&vd_source=64cd9062f5046acba398177b62bea9ad
+1 -1
View File
@@ -3,4 +3,4 @@ modelscope
testresources
torchaudio
FunASR
websockets~=10.4
websockets~=10.4