-
engine.say just work for the first time, however all the next call to 'speak' it just say the first letter.
I also tried not using functions but nothing changed, am i doing something wrong?
```
impor…
DrRek updated
8 years ago
-
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(…
vubon updated
7 years ago
-
```
import pyttsx
engine = pyttsx.init()
voices = engine.getProperty('voices')
male_language_count = 0
female_language_count = 0
none_language_count = 0
for voice in voices:
if voice.gende…
-
in my python program I am starting a thread. This thread creates a engine object and invokes engine.runAndWait() . engine.stop() (inside onWord()) is called to stop the engine and end the thread. Afte…
-
-
As requested in #10 I installed and tested pyttsx on a Windows 7 64-bit machine with the following results of a full unit test run.
I used python 2.7.5 with pywin32-218 and no additional TTS software…
-
AETOAB-Chan's official server is ran off of a MacBook running Catalina version 10.15.7. However I test on a custom built Windows 10 PC. The Macbook for whatever reason doesn't work with pyttsx3 (AETOA…
-
Is pyttsx compatible with Python3? That is, can I import it in a Python3 script? If not, do the developers hope to add Python3 capabilities?
Thanks!
-
I have created a small project Which uses pyttsx. I want to distribute my code with no dependencies. So I used pyinstaller to create windows exe file. It has succesfully created a bundled exe file, bu…
-
Could you add Festival support ?
A client already exists here : http://code.google.com/p/pyfestival/
Would be cool to have it in pyttsx
Another client seems to exist here: http://pypi.python.org/pyp…