# Editor.LipSyncGenerator

Generates face lipsync visemes from audio.

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Modifiers: static, abstract, sealed

## Properties

- [`Count`](/api/Editor.LipSyncGenerator/Count): Number of visemes.

## Methods

- [`Generate`](/api/Editor.LipSyncGenerator/Generate): Analyze audio and return the visemes it produces over time, with silence dropped. `samples` is a mono stream that spans `duration` seconds, so times are scaled to the duration and line up with the sound editor timeline.
- [`Label`](/api/Editor.LipSyncGenerator/Label): Short display label for a viseme, e.g. "PP".
- [`MorphName`](/api/Editor.LipSyncGenerator/MorphName): Model morph name for a viseme, e.g. "viseme_PP".
