我想在Python中使用SpeechRecognition,在安装了所有的要求后,当我尝试用 python -m speech_recognition
,这些信息出来了。
A moment of silence, please...
Set a minimum energy threshold to 384.82495236781006
Say something!
Got it! Now to recognize it...
Uh oh! Couldn't request results from Google Speech Recognition service;
recognition connection failed: [Errno 61] Connection refused
那么这个错误是什么意思?我如何解决它?非常感谢我使用的是MacOS Catalina和Python 3.7.7。
你可能超过了使用限制。你可以尝试使用其他的开源服务,它们更加可靠,你可以在本地运行。