void | Called when a viseme is in the process of lerping from one value to another |
void | OnVisemeChanged ( Viseme viseme ) Called when a viseme has fully changed to a new viseme |
void Meta.WitAi.TTS.LipSync.ILipsyncAnimator.OnVisemeLerp ( Viseme oldVieseme, Viseme newViseme, float percentage ) |
---|
Called when a viseme is in the process of lerping from one value to another Parameters oldVieseme The last viseme shown newVisemeThe viseme that is being transitioned to percentageThe percentage of the progress of transitioning |
void Meta.WitAi.TTS.LipSync.ILipsyncAnimator.OnVisemeChanged ( Viseme viseme ) |
---|
Called when a viseme has fully changed to a new viseme Parameters viseme |