Synthesize Speech
neuroverse_synthesizeConvert text into spoken audio using Coqui TTS. Supports language selection and returns the path to the generated audio file.
Instructions
Synthesize text to speech using Coqui TTS.
Args:
text (string): Text to synthesize
language (string): Language code
Returns: JSON with the path to the generated audio file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize into speech | |
| language | No | Language code (e.g. en, ta, hi) | en |