PlayTextToSpeech
From UBot Studio
(Difference between revisions)
(Created page with "This command will turn provided text into speech. No audio file will be outputted. The command is an Audio command. '''Text:''' The text being turned to speech '''Voice:...") |
Latest revision as of 15:51, 21 June 2017
This command will turn provided text into speech. No audio file will be outputted. The command is an Audio command.
Text: The text being turned to speech
Voice: The default voice used in the audio
[edit] Example
playTextToSpeech("Hello world","default")
Running the script will play speech from the text provided.