You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am newbie for this module . I want to change the voice male to female but I can't please check my code and late me know . import pyttsx engine = pyttsx.init() voices = engine.getProperty('voices') rate = engine.getProperty('rate') for voice in voices: print(voice.gender) engine.setProperty('voice', voice.id) engine.say("This is testing")
I checked my terminal . I saw all voices are male , there is no female voice .. and also suggest me if I can add custom voice . Thanks
The text was updated successfully, but these errors were encountered:
Hello I am newbie for this module . I want to change the voice male to female but I can't please check my code and late me know .
import pyttsx engine = pyttsx.init() voices = engine.getProperty('voices') rate = engine.getProperty('rate') for voice in voices: print(voice.gender) engine.setProperty('voice', voice.id) engine.say("This is testing")
I checked my terminal . I saw all voices are male , there is no female voice .. and also suggest me if I can add custom voice . Thanks
The text was updated successfully, but these errors were encountered: