SaveTextToSpeechAudio
From UBot Studio
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.