speak_file
Converts phoneme strings to WAV audio files on disk. Returns file path, duration, byte length, and warnings for attaching or sharing.
Instructions
Like speak, but writes the WAV directly to a file on disk and returns the path. Use this when you need to attach or share the audio file.
Returns: { filePath, byteLength, durationMs, warnings }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| utterance | Yes | The klattsch phoneme string. | |
| filePath | Yes | Absolute path to write the WAV file. E.g. /home/user/output.wav | |
| sampleRate | No |