LipSyncAccessorclass

objectLipSyncAccessor
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.SoundHandle.LipSyncAccessor

Properties5

Showing 5 properties

public int Sandbox.SoundHandle.LipSyncAccessor.FrameNumber { get; set; }PUBLICGETSET

Count from start of recognition.

Returns:int

public float Sandbox.SoundHandle.LipSyncAccessor.LaughterScore { get; set; }PUBLICGETSET

Laughter score for the current audio frame.

Returns:float

public System.Collections.Generic.IReadOnlyList`1<float> Sandbox.SoundHandle.LipSyncAccessor.Visemes { get; set; }PUBLICGETSET

A list of 15 lipsync viseme weights. Requires `Sandbox.SoundHandle.LipSyncAccessor.Enabled` to be true.

Returns:IReadOnlyList<float>

On this page