I use the pyttsx3
library and it slows down the runAndWait()
.
What is the solution?
PS: Pyttsx3 runAndWait() method gets stuck - I read it, it didn't help
def speak(what):
speak_engine.say(what)
speak_engine.runAndWait() # stop!
speak_engine.stop()
speak.start("Hello world!")