Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 556 Bytes

qtasr(demo)

一个采集麦克风音频,并进行波形图显示与实时语音识别的demo。

客户端GUI界面使用Qt6(PySide6)开发。

实时语音识别服务使用FunASR。

qtasr_demo

安装与使用

# 安装依赖,仅需执行一次
pip install -r requirements.txt
# 启动FunASR实时语音识别服务,请参考附录
# 启动程序
python main.py

附录