flowspeech_tts_multi
Convert two-speaker dialogue text to audio by assigning distinct voices to each speaker via labels.
Instructions
Convert a two-speaker dialogue to speech using FlowSpeech. Assign Speaker1: and Speaker2: prefixes in the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Dialogue text with speaker labels. Example: "Speaker1: Good morning! Speaker2: Good morning! How are you?" | |
| voice_a | No | Voice for Speaker1. Default: "Charon" | Charon |
| voice_b | No | Voice for Speaker2. Default: "Kore" | Kore |
| output_path | No | File path to save audio. Defaults to a timestamped file in ~/.flowspeech-mcp/audio |