I need to create the most "realistic" sounding voice for a project using pyttx3. What should the property values be? Rate?
Asked
Active
Viewed 243 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – user11717481 Oct 18 '22 at 12:16
-
`engine = pyttsx3.init() engine.setProperty('rate', 150) voices = engine.getProperty('voices') engine.setProperty('voice', voices[1].id) ` is the thing we are using, but I am trying to thinker with the settings such that the voice sounds more lifelike – Vito Vekic Oct 26 '22 at 13:29
-
What OS are you using? It makes a difference. – AstroGuy Nov 10 '22 at 18:20
-
the os was windows 11 – Vito Vekic Nov 24 '22 at 14:24