text_to_speech
Convert text to speech and save as MP3 files using customizable voice options for audio content creation.
Instructions
Convert the given text into speech and save as MP3 file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| voice_id | No | JBFqnCBsd6RMkjVDRZzb |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
},
"voice_id": {
"default": "JBFqnCBsd6RMkjVDRZzb",
"title": "Voice Id",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}