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)
synthesizer in windows sounds much better than in linux (python and pyttsx3)
I've made a simple text_to_speech function in python based on pyttsx3 library (in polish language).
import pyttsx3 as tts
engine = tts.init()
engine.setProperty('rate', 130)
engine.setProperty('voice...
rumcajs
Votes: 0
Answers: 1
Python speech recognition module isn't able to take time input correctly
I am building a small project where user will speak the time duration and the voice assistant will answer which lecture they would have to attend during that duration. For example -user said 10:45 to ...
Varun Shrivastava
Votes: 0
Answers: 1
Text To Speech Program Closes After Speaking
I am making a text to speech program using PYTTSX3 and Tkinter. Everything works great, except for one thing. Whenever I press the "Say It!" button once, it says the text and quits. Is there...
pythonbetter
Votes: 0
Answers: 0
why is my speech recognition not working in python
I am working on this project and its simply a desktop Assistant I am using speech recognition and pyttsx3 but the speech recognition is not working after the try nothing is executing it just jumps to ...
rawan arafat
Votes: 0
Answers: 2