generate_audio
Generate and stream spoken audio from text with ElevenLabs text-to-speech.
Instructions
Generate and stream audio from text using ElevenLabs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to speech | |
| model_id | No | Model ID to use (default: eleven_flash_v2) | |
| voice_id | No | Voice ID to use (default: Au8OOcCmvsCaQpmULvvQ) | |
| play_audio | No | Whether to play the audio (default: true) |