> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/lip-sync.md).

# 口型同步

口型同步让角色的嘴巴和面部动作与其声音保持一致。当角色说话时，Convai 会在音频旁边发送面部动画数据，使二者保持同步——在 Unreal Engine 中无需额外的处理开销。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>口型同步的工作原理</strong><br>了解 Convai 如何在音频旁提供面部动画数据，以及如何为你的角色骨骼选择合适的模式。</td><td><a href="/pages/713990439742181b882d6f2ca1521bb051a162be">/pages/713990439742181b882d6f2ca1521bb051a162be</a></td></tr><tr><td><strong>口型同步快速入门</strong><br>将 Face Sync 添加到 MetaHuman 角色，并在编辑器中播放时听到口型同步的语音。</td><td><a href="/pages/a955ed0c7ecc780f352ebf46bed957b352c86b62">/pages/a955ed0c7ecc780f352ebf46bed957b352c86b62</a></td></tr><tr><td><strong>Face Sync 组件参考</strong><br>Convai Face Sync 组件的所有属性，以及每个口型同步模式值。</td><td><a href="/pages/8b7003d8fdf40c7b56b0fd2a54376bfc5105903c">/pages/8b7003d8fdf40c7b56b0fd2a54376bfc5105903c</a></td></tr><tr><td><strong>Face Sync AnimGraph 节点参考</strong><br>Convai Face Sync AnimGraph 节点的所有属性：应用模式、alpha、平滑、starvation 和映射。</td><td><a href="/pages/ed19695d8a46eb28447110735f1f0dfe84079492">/pages/ed19695d8a46eb28447110735f1f0dfe84079492</a></td></tr><tr><td><strong>录制并回放口型同步</strong><br>在对话过程中捕获实时口型同步序列，并使用 C++ 录制 API 在之后回放。</td><td><a href="/pages/37d2872ffdb903e0d2cf86a4c12dfd99660c927f">/pages/37d2872ffdb903e0d2cf86a4c12dfd99660c927f</a></td></tr><tr><td><strong>口型同步使用示例</strong><br>常见设置，包括 Add 与 Override 混合、平滑调优以及自定义混合形状重映射。</td><td><a href="/pages/1d4e6a68b8b0634dd00381e03cb9447a556b758c">/pages/1d4e6a68b8b0634dd00381e03cb9447a556b758c</a></td></tr><tr><td><strong>排查唇形同步问题</strong><br>修复嘴部不动、帧饥饿、混合形状映射错误以及骨骼绑定不匹配。</td><td><a href="/pages/b0b44be9f2ee8ca031b08c9677450b5f826a9c8c">/pages/b0b44be9f2ee8ca031b08c9677450b5f826a9c8c</a></td></tr></tbody></table>

### 下一步

从以下开始 [口型同步的工作原理](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/lip-sync/how-lip-sync-works.md) 以了解数据管线和六种口型同步模式。然后按照 [口型同步快速入门](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/lip-sync/lip-sync-quick-start.md) 以便在进入参考页面之前，让口型同步在 MetaHuman 角色上运行起来。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/lip-sync.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
