synthesize_speech
Generate spoken-audio (text-to-speech) for a verse, prayer, or devotional in 50+ languages, and get back a playable audio URL. Pass BCP-47 language (e.g. en-US, es-ES, sw-KE), optional voice/gender. Results are cached. Requires an API key (audio generation has real cost).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to synthesize into speech (a verse, prayer, or short devotional). | |
| voice | No | Optional specific Google Cloud TTS voice name; overrides the default voice for the language. | |
| format | No | Audio container/encoding of the returned URL. | mp3 |
| gender | No | Preferred voice gender when a specific voice is not named. | NEUTRAL |
| language | No | BCP-47 language tag for the voice. | en-US |