text to speech

Allows you to play speech from the text provided.


Example

The following text will be the script for the text-to-speech command, which will be saved as "test.wav", programmed with a "Male" voice and a volume of "50%":

  • Automation makes life easier for you & your customer.
    Anything you do online can be automated with UBot Studio. It will help you collect and analyze information, synchronize online accounts, upload and download data, and finish any other job that you might do in a web browser, and beyond.
plugin command("OS Automation.dll", "text to speech", "Automation makes life easier for you & your customer.
Anything you do online can be automated with UBot Studio. It will help you collect and analyze information, synchronize online accounts, upload and download data, and finish any other job that you might do in a web browser, and beyond.", "Save To (.wav) File", "Male", 50, 0, "{$special folder("Application")}\\test.wav")

Was this helpful?