pyttsx3 icon indicating copy to clipboard operation
pyttsx3 copied to clipboard

Offline Text To Speech synthesis for python

Results 162 pyttsx3 issues
Sort by recently updated
recently updated
newest added

I do not see how the method `runAndWait()` can return, there seems to be no guard condition in the `startLoop` method. https://github.com/nateshmbhat/pyttsx3/blob/5d3755b060a980f48fcaf81df018dd06cbd17a8f/pyttsx3/drivers/sapi5.py#L124-L132 Looking at `pyttsx3/drivers/espeak.py` driver, I altered the method...

code from documentation: ``` import pyttsx3 engine = pyttsx3.init() engine.say("I will speak this text") engine.runAndWait() ``` Traceback (most recent call last): File "/run/media/vadiki/D_238_GB_WD/Кибервойска/Анонимность/Proxy/text_to_voice_google_tts/lib/python3.10/site-packages/pyttsx3/__init__.py", line 20, in init eng = _activeEngines[driverName]...

In running the code below, `engine.say()` works fine. However, when I save the audio to a file, the file is empty. I have also verified this in `sox`. I am...

bug

In the latest version of pyttsx3 the 'started-word' event does not seem to work correctly anymore. Running the following sample code from the documentation produces the output below. ```python #...

help wanted

I tried using pitch property and it gives me error here is my Source Code: ``` import pyttsx3 engine = pyttsx3.init() # object creation """ RATE""" rate = engine.getProperty('rate') #...

Usage need: I'm going to do a draw during an audio conference, for that I'm generating a random number in Python and making `pyttsx3` read the text created. ``` from...

Hello every one. My problem is to know if pyttsx3 can work as heroku app or can be deploy as cloud app? And if we can create tts api whith...

Hi, I hope you can help, please see error stack below: Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/pyttsx3/__init__.py", line 20, in init eng = _activeEngines[driverName] File "/data/data/com.termux/files/usr/lib/python3.9/weakref.py", line 134, in...

i am using it to get the duration of the file but it doesnt show anything