I am trying to fix this command to allow speech recognition

前端 未结 0 1194
栀梦
栀梦 2020-12-28 12:45
import speech_recognition as sr

r = sr.Recognizer()     # a recogniser to understand my voice 

with sr.Microphone() as source: # use the default microphone as the          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题