06 2020 档案
使用SpeechRecognition进行语音识别
摘要:操作系统 : CentOS7.7.1908_x64 gcc版本 :4.8.5 Python 版本 : 3.6.8 安装语音识别环境: virtualenv -p /usr/bin/python3 py36asr source py36asr/bin/activate pip install Spee 阅读全文
posted @ 2020-06-21 23:03 Mike_Zhang