1、本文直接上干货
奉献代码:https://github.com/wuzaipei/audio_discern/tree/master/%E8%AF%AD%E9%9F%B3%E8%AF%86%E5%88%AB
2、安装依赖包
pip install 依赖包路径
3、具体步骤见下
安装百度语音识别SDK
pip install baidu-aip
安装Python音频处理库 PyAudio
python -m pip install pyaudio
安装鼠标控制库 PyUserInput
pip install pyuserinput
PyUserInput 库依赖另外两个库 pywin32 和 pyHook ,python3.6的安装包在依赖包里面。
原文地址:https://www.cnblogs.com/wuzaipei/p/10604241.html
时间: 2024-10-03 18:18:33