#Import the required module for text
#to speech conversion
from gtts import gTTS
#This module is imported so that we can
#play the converted audio
import os
#The text that you want to convert to audio
mytext='There is nothing either good or bad, but thinking makes it so.'
#Language in which you want to convert
language='en'
#Passing the text and language to the engine,
#here we have marked slow=False.Whichtells
#the module that the converted audio should
#have a high speed
myobj=gTTS(text=mytext,lang=language,slow=False)
#Saving the converted audio in a mp3 file named #welcome
myobj.save("texttospeech.mp3")
#Playing the converted file
os.system("mpg321 texttospeech.mp3")
Text to speech using python
Subscribe to:
Post Comments (Atom)
-
Puzzle - There are 3 temples and 3 rivers. The river and the temple are alternatively. Like - River Temple River Temple River Temple ...
-
First discuss about what is bits toggling? Number 12 is represented as 1100 in binary format. Mathematical representation like (12) 1...
-
In this article we will about study C-style array vs std::array . A std::array should have same run-time performance as a c-style array....
-
First discuss about what is bits clearing? Number 12 is represented as 1100 in binary format. Mathematical representation like (12) 1...
ReplyDeleteThis is really a good source of information, I will often follow it to know more information and expand my knowledge, I think everyone should know it, thanks
Best ccnp service provider.
Are you looking for the best Quantum Computing Training in Noida to gain a competitive edge in this transformative field? Look no further than APTRON! Our comprehensive Quantum Computing Training program in Noida is your gateway to unlocking the potential of quantum technology.
ReplyDelete