tts_save_audio
Convert text to speech and save it as an audio file. Specify text, filename, voice, rate, and format to generate spoken audio.
Instructions
Convert text to speech and save as audio file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Speaking rate in words per minute (default: 200) | |
| text | Yes | Text to convert to speech | |
| voice | No | Voice to use (optional, default: Alex) | |
| format | No | Audio format: aiff, wav, mp4 | aiff |
| filename | Yes | Name for the audio file (without extension) |