speak
Convert written text to natural-sounding speech using Coqui TTS. Select a model, adjust speed, and generate audio files for any application.
Instructions
Convert text to speech using Coqui TTS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to convert to speech | |
| model | No | TTS model to use (default: tts_models/en/ljspeech/tacotron2-DDC) | tts_models/en/ljspeech/tacotron2-DDC |
| speed | No | Speed factor (1.0 is normal speed) | |
| output_path | No | Path where the audio file will be saved (optional, defaults to temp file) | |
| speaker_idx | No | Speaker index for multi-speaker models | |
| language_idx | No | Language index for multi-language models |