Skip to content

Commit 84bc0bd

Browse files
committed
deploy: c44bf88
1 parent e3c97d9 commit 84bc0bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Working examples you can run locally — zero npm install, all loaded from CDN.
138138

139139
| Example | Description | Live Demo | Source |
140140
|---------|-------------|-----------|--------|
141-
| **Guide** | 6-step interactive tutorial with V1/V2 engine selector, VRM avatar, live demos. | [Try it](https://animasync.quasar.ggls.dev/examples/guide/) | [index.html](examples/guide/index.html) |
141+
| **Guide** | 6-step interactive tutorial with V1/V2 engine selector, V2 emotion control (5 sliders + presets), VRM avatar, live demos. | [Try it](https://animasync.quasar.ggls.dev/examples/guide/) | [index.html](examples/guide/index.html) |
142142
| **V1 Data** | V1 phoneme engine — 52 ARKit blendshapes visualization, ONNX inference, playback. | [Try it](https://animasync.quasar.ggls.dev/examples/vanilla-basic/) | [index.html](examples/vanilla-basic/index.html) |
143143
| **V2 Data** | V2 emotion model — 52 ARKit blendshapes with 5-dim FiLM conditioning. | [Try it](https://animasync.quasar.ggls.dev/examples/vanilla-avatar/) | [index.html](examples/vanilla-avatar/index.html) |
144144
| **V1 vs V2** | Side-by-side dual avatar comparison with VRM mode auto-detect. | [Try it](https://animasync.quasar.ggls.dev/examples/vanilla-comparison/) | [index.html](examples/vanilla-comparison/index.html) |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ <h2 class="section-title">See it in action</h2>
698698
<div>
699699
<div class="card-badge">Interactive Guide</div>
700700
<h3>Build Your Own AI Talking Avatar</h3>
701-
<p>6-step interactive tutorial. Choose V1 or V2 engine, load a VRM avatar, apply lip sync, stream from mic &mdash; with live demos at each step.</p>
701+
<p>6-step interactive tutorial. Choose V1 or V2 engine, adjust emotion in real time (V2), load a VRM avatar, apply lip sync &mdash; with live demos at each step.</p>
702702
</div>
703703
<span class="card-cta">Start Guide &#8594;</span>
704704
</div>

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Tongue: tongueOut
224224

225225
| Example | Description | URL |
226226
|---------|-------------|-----|
227-
| Step-by-Step Guide | 6-step interactive tutorial with V1/V2 engine selector, VRM mode auto-detect, idle eye blink, audio-synced playback, LoopPingPong idle, asymmetric crossfade (V1 0.4.5, V2 0.4.8) | https://animasync.quasar.ggls.dev/examples/guide/ |
227+
| Step-by-Step Guide | 6-step interactive tutorial with V1/V2 engine selector, V2 emotion control panel (5 sliders + presets), VRM mode auto-detect, idle eye blink, audio-synced playback, LoopPingPong idle, asymmetric crossfade (V1 0.4.5, V2 0.4.8) | https://animasync.quasar.ggls.dev/examples/guide/ |
228228
| V1 Data | V1 phoneme engine — 52 ARKit blendshapes visualization | https://animasync.quasar.ggls.dev/examples/vanilla-basic/ |
229229
| V2 Data | V2 emotion model — 52 ARKit with 5-dim FiLM conditioning | https://animasync.quasar.ggls.dev/examples/vanilla-avatar/ |
230230
| V1 vs V2 | Side-by-side dual avatar comparison | https://animasync.quasar.ggls.dev/examples/vanilla-comparison/ |

0 commit comments

Comments
 (0)