speak_text
Synthesize text into spoken audio via VOICEVOX and play it from speakers. Control speed, pitch, intonation, and volume.
Instructions
テキストをVOICEVOXで音声合成し、スピーカーから再生します。
Args: text: 読み上げるテキスト speaker: スピーカーID(指定しない場合は環境変数SPEAKER_IDの値を使用。list_speakersで一覧を確認できます) speed: 話速 (0.5 〜 2.0, デフォルト: 1.0) pitch: 音高 (-0.15 〜 0.15, デフォルト: 0.0) intonation: 抑揚 (0.0 〜 2.0, デフォルト: 1.0) volume: 音量 (0.0 〜 2.0, デフォルト: 1.0)
Returns: 再生結果のメッセージ
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| pitch | No | ||
| speed | No | ||
| volume | No | ||
| speaker | No | ||
| intonation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |