Speech Recognition doesn't work with Google recognizer and other recognizes in Python?

前端 未结 0 928
猫巷女王i
猫巷女王i 2021-01-24 14:58

In My PC speech recognition does not work correctly

import speech_recognition as sr
import pyttsx3
def speak(txt):
    Engine=pyttsx3.init()
    Engine.say(txt)
          


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