SaveTextToSpeechAudio
From UBot Studio
(Difference between revisions)
(Created page with "This command will output a text to speech audio file turning the provided text into audio. The command is an Audio command. '''Text:''' The text being outputted as speech...") |
|||
Line 4: | Line 4: | ||
'''Text:''' The text being outputted as speech | '''Text:''' The text being outputted as speech | ||
− | '''Output File:''' The audio file of the text to speech output | + | '''Output File:''' The audio file of the text to speech output (.mp3, .wav, .wma) |
'''Voice:''' The default voice used in the audio | '''Voice:''' The default voice used in the audio |
Latest revision as of 15:33, 21 June 2017
This command will output a text to speech audio file turning the provided text into audio. The command is an Audio command.
Text: The text being outputted as speech
Output File: The audio file of the text to speech output (.mp3, .wav, .wma)
Voice: The default voice used in the audio
[edit] Example
saveTextToSpeechAudio("Hello World","C:\\Users\\Downloads\\helloworld.mp3","default")
Running the script will output an audio file turning the text provided to speech.