Skip to content Skip to sidebar Skip to footer

Python Speech Recognition Slowing Down

I have developed a new program to speak to my chatbot. It works very well, but there is one strange issue I can't seem to figure out. Every time the process repeats (the console ou

Solution 1:

It's the problem with loop order. I just included r = sr.Recognizer() and with sr.Microphone() as source: inside while and it is working fine and no delay in response.

Thanks


Post a Comment for "Python Speech Recognition Slowing Down"