@streamoji/aitwin 0.6.0 → 0.6.1
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 +1 -1
- package/dist/aitwin.cjs +6 -6
- package/dist/aitwin.js +1745 -1713
- package/dist/index.d.ts +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ Applies to both `speakText()` and voice `connect()` playback.
|
|
|
156
156
|
| `disconnect()` | End voice session |
|
|
157
157
|
| `isConnected()` | Whether voice WebSocket is active |
|
|
158
158
|
| `stop()` | Stop playback and return toward idle |
|
|
159
|
-
| `setTtsEngineId(engineId)` | Switch Google / Inworld / Cartesia |
|
|
159
|
+
| `setTtsEngineId(engineId)` | Switch Google / Inworld / Cartesia / visemetts |
|
|
160
160
|
| `renderViseme(to, options?)` | Manual viseme transition (lab) |
|
|
161
161
|
| `isReady()` | Whether face assets are loaded |
|
|
162
162
|
| `getStatus()` | Current lipsync status |
|