text_to_speech
Convert text to a spoken WAV file, returning its local file path. Specify model, voice, or speed for custom output.
Instructions
Synthesize speech from text; returns a local WAV file path.
Args: text: The text to speak. model: TTS model id. Defaults to MLX_SERVE_TTS_MODEL. voice: Voice name or id (backend-specific). speed: Playback speed multiplier (0.25..4.0, default 1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| model | No | ||
| speed | No | ||
| voice | No |