Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyttsx3 saving the word to speak

import pyttsx3
engine = pyttsx3.init()
engine.save_to_file('Hello World' , 'test.mp3')
engine.runAndWait()
Source by pyttsx3.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #saving #word #speak
ADD COMMENT
Topic
Name
7+5 =