Other tts solutions
This commit is contained in:
8
pyttsx3/pyttsx3_first.py
Normal file
8
pyttsx3/pyttsx3_first.py
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
#pip install pyttsx3
|
||||
import pyttsx3
|
||||
|
||||
engine = pyttsx3.init()
|
||||
engine.setProperty('rate', 150) # sebesség
|
||||
engine.say("Hello World")
|
||||
engine.runAndWait()
|
||||
Reference in New Issue
Block a user