nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
2.06k stars 326 forks source link

I do not get any error but no voice when I try to execute the codes #254

Open mandanovi opened 1 year ago

mandanovi commented 1 year ago

I am using python 3.11, I also tried to use 3.10 but I get the same problem. pip install pyttsx3

--- my code --- import pyttsx3

engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait()

matthewsgj commented 1 year ago

I had to install espeak before I got anything. I'm on Debian Linux so it was: sudo apt install libespeak1

Akul2010 commented 1 year ago

This is now out of support. I made a new version of this that is in support now. Please feel free to contribute by emailing me for write access and helping out.

Link: https://github.com/Akul-AI/rlvoice