synthesize_long_text
Automatically chunk long text and synthesize it to speech, saving audio to a specified path. Uses Coqui TTS for natural voice output.
Instructions
Synthesize longer text with automatic chunking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The long text to convert to speech | |
| model | No | TTS model to use | tts_models/en/ljspeech/tacotron2-DDC |
| chunk_size | No | Maximum characters per chunk | |
| output_path | No | Path where the audio file will be saved |