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

Speech breaks on the second call #61

Open
GavinDmello opened this issue Dec 18, 2017 · 1 comment
Open

Speech breaks on the second call #61

GavinDmello opened this issue Dec 18, 2017 · 1 comment

Comments

@GavinDmello
Copy link

OS - Ubuntu 16.04

Code to reproduce -

engine = pyttsx.init('espeak')
engine.say('Greetings!')
engine.runAndWait()
engine = pyttsx.init('espeak')
engine.say('How are you today?')
engine.runAndWait()

I've already tried all the solutions given in the other threads but nothing seems to work. Any sort of help would be great

@G33kNik
Copy link

G33kNik commented Feb 17, 2018

Same here pal,
Use pyttsx3 instead (with python3)

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

2 participants