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...") |
Revision as of 15:28, 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
Voice: The default voice used in the audio
Example
saveTextToSpeechAudio("Hello World","C:\\Users\\Downloads\\helloworld.mp3","default")
Running the script will output an audio file turning the text provided to speech.