@streamoji/aitwin 0.6.8 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ Provide **`id`** (cloud twin), **`avatarId`/`faceId`** (R2 custom face), or **`a
|
|
|
100
100
|
| `voiceId` | Voice id, or packed `ttsEngineId:voiceId` (e.g. `visemetts:eve`) |
|
|
101
101
|
| `language` | Default TTS language for `speakText()` and `connect()` (`en`, `es-MX`, `auto`, …) |
|
|
102
102
|
| `speakingRate` | Default `0.85` |
|
|
103
|
-
| `idleHandoffHoldMs` | Milliseconds to hold still sil after speech before resuming the idle video loop (default `
|
|
103
|
+
| `idleHandoffHoldMs` | Milliseconds to hold still sil after speech before resuming the idle video loop (default `500`) |
|
|
104
104
|
| `showErrorOverlay` | Canvas error overlay (default `true`) |
|
|
105
105
|
| `captions` | Plain subtitles during TTS/voice playback (`true` or style options) |
|
|
106
106
|
| `onReady` | Assets loaded and canvas ready |
|