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

So I'm trying to learn Python here and I'm doing it in pycharm in Windows 10 My first script I'm trying to learn is speech recognition Everything seems to be...

Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?

It writes an empty file. Reproducible example: ``` import pyttsx3 engine = pyttsx3.init() engine.save_to_file("hello", "C://test.wav") engine.runAndWait() ``` (A file is created, but it is empty.)

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...

version 2.91 5d3755b ffmpeg and espeak installed ``` import pyttsx3 as tts engine = tts.init() engine.save_to_file('Hello there general kenobi', 'test.aiff') engine.runAndWait() ``` .mp3 file will not write at all

I get this whole error while just doing a simple task using pyttsx3 and I have seen some solutions on StackOverflow but they are not for Mac because I am...

Problem using it on OpenBSD: even though it successfully installs, There are errors. Can something be done for it please? Possible solutions: * Merely debugging and workaround modification * Or...