synthesize_speech
Convert text to spoken audio in multiple voices and formats. Accepts plain text and returns Base64-encoded speech for integration into applications.
Instructions
Text-to-speech via SaluteSpeech. Accepts text, returns Base64-encoded audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize into speech | |
| voice | No | Voice: Nec_24000, Bys_24000, May_24000, Tur_24000, Ost_24000, Pon_24000 | Nec_24000 |
| format | No | Audio format: opus, wav16, pcm16 | opus |