Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice change male to female #53

Open
vubon opened this issue Apr 18, 2017 · 2 comments
Open

Voice change male to female #53

vubon opened this issue Apr 18, 2017 · 2 comments

Comments

@vubon
Copy link

vubon commented Apr 18, 2017

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

@spreadred
Copy link

spreadred commented Apr 18, 2017

Looks like linux doesn't have any: #51 although a user in suggests you can simulate a female voice

@Julian-O
Copy link

Julian-O commented May 1, 2017

Pyttsx doesn't do the text-to-speech itself. It just wraps the underlying Linux text-to-speech engine. So, it isn't pyttsx's fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants