Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

text to audio in python

import pyttsx3  
s = pyttsx3.init()  
data = "Sample Text"  
s.say(data)  
s.runAndWait()
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #text #audio #python
ADD COMMENT
Topic
Name
8+8 =