speak(utterance, voice, mode, opts)
Speak an `utterance` aloud.
| Name | Type | Required | Description |
|---|---|---|---|
utterance |
string | yes | Text to speak. |
voice |
string | no | Voice id/preset. |
mode |
string | no | Speech backend mode. |
opts |
object | no | Optional speech options. |
Promise<void> | void
No additional runtime notes yet.
No additional details yet.