
Allows you to convert convert text into an audio file with natural-sounding voices.
Example

Running this code will create an audio file for the text "A test sentence." with the following properties:
- Gender: Male
 - Age: Senior
 - Language: English
 - Volume: 50%
 
Saving it to "E:\Saved Folder\Sample.wav".
plugin command("Video Automation.dll", "text to audio file", "A test sentence.", "Male", "Senior", 0, "English", 50, 0, "E:\\Saved Folder\\Sample.wav")
	


