talking-head-studio 0.4.3 → 0.4.4
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/html.js +1 -1
- package/package.json +1 -1
package/dist/html.js
CHANGED
|
@@ -622,7 +622,7 @@ function scheduleVisemes(schedule) {
|
|
|
622
622
|
// and "audio audible from speaker". Qwen3-TTS on local/tailnet is ~80–150 ms;
|
|
623
623
|
// LiveKit adds ~50–80 ms of jitter buffer on top. 150 ms is conservative but
|
|
624
624
|
// avoids the mouth running ahead of audio on fast connections.
|
|
625
|
-
const AUDIO_PIPELINE_DELAY_MS =
|
|
625
|
+
const AUDIO_PIPELINE_DELAY_MS = 50;
|
|
626
626
|
let startedAt = schedule.audioStartedAtMs
|
|
627
627
|
?? ((schedule.startedAtMs || Date.now()) + AUDIO_PIPELINE_DELAY_MS);
|
|
628
628
|
const durationMs = schedule.durationMs || 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "talking-head-studio",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Cross-platform 3D avatar component for React Native & web — lip-sync, gestures, accessories, and LLM integration. Powered by TalkingHead + Three.js.",
|
|
5
5
|
"main": "dist/index.web.js",
|
|
6
6
|
"browser": "dist/index.web.js",
|