python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python text to voice with pyttsx3
So i wanted to convert a text into a mp3 file using pyttsx3 i wanted to apply a voice for the file but I was getting this error:
Traceback (most recent call last):
File "c:\Users\user\Desktop\I...
Programmer Python
Votes: 0
Answers: 2
Pyttsxx / pyttsx3 error in init function ( no drivers found )
I fixed the pyttsx's , engine.py and driver.py file with some help on stackOverflow's solution but the problem still persists ( im trying to run a simple text to speech program )
import pyttsx3
engin...
sawood sheikh
Votes: 0
Answers: 1
Having trouble in installing and importing pyttsx3(text to speech conversion library) in Python VS code
I am trying this AI assistant Jarvis from a YouTube tutorial and I have to submit it as a final project. In order to start the code, I have to first import pyttsx3 which is a text-to-speech conversion...
faryal rizvi
Votes: 0
Answers: 1
How to use muti-language in 'gTTS' for single input line?
I want to convert text to speech from a document where multiple languages are included. When I am trying to do the following code, I fetch problems to record each language clearly. How can I save such...
Md. Rezwanul Haque
Votes: 0
Answers: 1