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

Hi all, I have a question specific to licensing. I have used pyttsx3 to generate 5 classes of 1500 utterances that I am using in a project and plan to...

Hi [Natesh Bhat](https://github.com/nateshmbhat), please support eSpeakPlus as included TTS engines https://github.com/Mahmood-Taghavi/eSpeakPlus waiting for your commits finest regards

Hi! I'm using pyttsx3 in one of my projects, and I'm testing the library in a separate python file. More specifically, I'm trying to save the speech as an mp3...

i am using pyttsx3 on macos and python version that i am using is 3.9.0 64bit . i am getting this error on both imac and mac book air ....

The registry keys for some sapi5 voices have changed, along with their names, resulting in a failure to obtain an exact string match. When this occurs, this revision defaults to...

I am trying to build an online translator and when I use the package, it works for some languages while not working for others. For example, it doesn't work for...

This is my basic code which breaks on the second line 'engine = pyttsx3.init()' ``` import pyttsx3 engine = pyttsx3.init() #engine = pyttsx3.init('dummy') #engine = pyttsx3.init(driverName='nsss') name = input("What's your...

I just used pyttsx3 for generating voice from the text with below code in Ubuntu 22.04. The voice was cracked and it was not clear when playing audio file. But...

My male voice sounds like a weird version of the female voice. Here's my code: import pyttsx3 import pyttsx3.voice class VoiceEngine(object): voiceDict = {"male": 0, "female": 1} def __init__(self, voice:...