synthesize_file
Convert text to speech audio files using VOICEVOX TTS engine. Generate audio from text input with customizable speaker, speed, and output path.
Instructions
Generate an audio file and return its absolute path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text for voice synthesis (if both query and text provided, query takes precedence) | |
| query | No | Voice synthesis query | |
| output | Yes | Output path for the audio file | |
| speaker | No | Default speaker ID (optional) | |
| speedScale | No | Playback speed (optional, default from environment) |