ryla_generate_voice
Generate speech audio (TTS) in an existing character's voice. Character must already exist; use ryla_list_characters to find a characterId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to speech (max 1000 chars) | |
| speed | No | Speech speed multiplier, 0.5-2.0 | |
| gender | No | Character gender, to pick a default voice when voiceIdentityId is absent | |
| emotion | No | Emotion style for the voice | |
| characterId | Yes | Character UUID | |
| voiceIdentityId | No | Specific voice identity id, if known (otherwise the character default is used) |