https://blog.csdn.net/weixin_33737134/article/details/159869555
https://blog.csdn.net/weixin_35266799/article/details/158441982
PaddleSpeech实时语音转写
https://blog.csdn.net/gitblog_00789/article/details/151336901
172.168.5.248 : ubuntu : 银河麒麟
(1) 选 了个2.6.2 且为cpu的版本
python -m pip install paddlepaddle==2.6.2 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
几分钟
(2)只有清华的有这个镜像
python -m pip install paddlespeech -i https://pypi.tuna.tsinghua.edu.cn/simple
大概半小时(机器上还要有研发环境 apt install -y gcc g++ build-essential)
(3)
paddlespeech asr --lang zh --input zh.wav

(4)
git clone -b r1.2 https://gitee.com/paddlepaddle/PaddleSpeech