elevenlabs_stream_text_to_speech
Stream text-to-speech audio for long texts or real-time generation. Convert text into spoken audio with configurable voice and model.
Instructions
Convert text to speech with streaming (for longer texts or real-time generation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to convert to speech | |
| model_id | No | Model to use for generation (default: eleven_multilingual_v2) | eleven_multilingual_v2 |
| voice_id | No | ID of the voice to use (default: JBFqnCBsd6RMkjVDRZzb) | JBFqnCBsd6RMkjVDRZzb |
| output_file | Yes | Output file path for the streamed audio |