generate_tts
Generates a Text to Speech audio voiceover using the provided voice object and written text string. This tool converts written text into a spoken audio file. It returns the direct download link, the duration of the audio, and the file size of the generated voiceover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The written text string that you want to convert into a spoken audio voiceover. | |
| voice | Yes | The complete voice object retrieved from the get_voices tool. Do not modify or create this object manually; you must pass the exact object returned by the get_voices tool. |