I have a program that's detects and recognizes faces, but thats not the point , while im trying to include "voice follower".
engine = pyttsx3.init()
engine.say("I will speak this text")
engine.runAndWait()
It is actually does saying and then after a few seconds the whole program is just crashes. Could you please help me? Thank you in advance!
source https://stackoverflow.com/questions/70524149/i-have-a-small-problem-with-engine-runandwait
Comments
Post a Comment