@streamoji/aitwin 0.5.9 → 0.6.0
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 +14 -0
- package/dist/aitwin.cjs +6 -6
- package/dist/aitwin.js +2089 -2086
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -124,6 +124,11 @@ export declare type AiTwinProps = {
|
|
|
124
124
|
* Default: 1500. Set to 0 to start audio immediately.
|
|
125
125
|
*/
|
|
126
126
|
lipsyncPlaybackWarmupMs?: number;
|
|
127
|
+
/**
|
|
128
|
+
* Milliseconds to hold still sil after speech before resuming the idle video loop.
|
|
129
|
+
* Default: 200.
|
|
130
|
+
*/
|
|
131
|
+
idleHandoffHoldMs?: number;
|
|
127
132
|
/**
|
|
128
133
|
* Pixi only: cap WebGL MAX_TEXTURE_SIZE (e.g. 4096) to preview mobile-GPU
|
|
129
134
|
* atlas handling. Omit to use the device limit.
|