标签: python speech-recognition
我在Windows 10计算机上为python3安装了SpeechRecognition。在终端中运行UPDATE user SET authentication_string=password('mypassword') WHERE user='root'; 时,它会显示:
UPDATE user SET authentication_string=password('mypassword') WHERE user='root';
python -m speech_recognition
然而,即使我仔细检查麦克风是否打开,它根本检测不到声音信号。
有什么建议吗?