@streamoji/aitwin 0.2.8 → 0.2.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/dist/aitwin.cjs +3 -3
- package/dist/aitwin.js +984 -969
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -153,7 +153,7 @@ export declare function normalizeOculusViseme(symbol: string | null | undefined)
|
|
|
153
153
|
/** Oculus viseme ids for Talking Lady stills and pair transitions (15 standard). */
|
|
154
154
|
export declare const OCULUS_VISEME_IDS: readonly ["aa", "CH", "DD", "E", "FF", "I", "O", "PP", "RR", "SS", "TH", "U", "kk", "nn", "sil"];
|
|
155
155
|
|
|
156
|
-
export declare const PLAYBACK_SAMPLE_RATE =
|
|
156
|
+
export declare const PLAYBACK_SAMPLE_RATE = 16000;
|
|
157
157
|
|
|
158
158
|
export declare type RealtimeLipsyncDebugSnapshot = {
|
|
159
159
|
event: "metadata" | "audio_chunk" | "lipsync" | "bot_started" | "bot_stopped" | "user_started" | "interrupt" | "reset";
|