“download de voz pyttsx3 jarvis” Respostas de código

Como mudar a taxa de fala em pyttsx3

import pyttsx3

engine = pyttsx3.init()
engine.setProperty("rate", 178)
engine.say("I am the text spoken after changing the speech rate.")
engine.runAndWait()
Homeless Hare

download de voz pyttsx3 jarvis


from gtts import gTTS
import os
tts = gTTS(text='Hello World', lang='en')
tts.save("hello.mp3")
os.system("mpg321 hello.mp3")
Kapil dhaked Dhaked

Respostas semelhantes a “download de voz pyttsx3 jarvis”

Perguntas semelhantes a “download de voz pyttsx3 jarvis”

Procure respostas de código populares por idioma

Procurar outros idiomas de código