Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to convert text to speech using pthon

# please subscribe my channel - https://bit.ly/2Me2CfB
from gtts import gTTS

speech = gTTS(text="hello")
speech.save('speech.wav')
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #convert #text #speech #pthon
ADD COMMENT
Topic
Name
1+8 =