Speech recognition code not working as it intend it to work

前端 未结 0 996
既然无缘
既然无缘 2020-12-24 15:31
   def takecommand():
        r = sr.Recognizer()
        with sr.Microphone() as source:
            print("listening....")
            audio = r.record(s         


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