How To Slow Voice Speed In Pyttsx3

[Solved] How To Slow Voice Speed In Pyttsx3 | C - Code Explorer | yomemimo.com
Question : how to slow voice speed in pyttsx3

Answered by : adventurous-antelope-iq5l056u3t0z

import pyttsx3.
engine = pyttsx3. init()
engine. setProperty("rate", 178) // 2nd parameter sets speed
engine. say("I am the text spoken after changing the speech rate.")
engine. runAndWait()

Source : | Last Update : Sat, 06 Mar 21

Answers related to how to slow voice speed in pyttsx3

Code Explorer Popular Question For C