@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/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 = 24000;
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoji/aitwin",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Embeddable React AI twin face with TTS lipsync",
5
5
  "type": "module",
6
6
  "main": "./dist/aitwin.cjs",