CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
ADX LipSync analysis module interface. More...
Public Member Functions | |
void | GetInfo (out CriLipsMouth.Info info) |
Gets the mouth shape information More... | |
void | GetMorphTargetBlendAmountAsJapanese (out CriLipsMouth.MorphTargetBlendAmountAsJapanese morph) |
Gets the Japanese 5 vowel morph target blend amount More... | |
void | GetOpenInfo (out CriLipsMouth.OpenInfo openInfo) |
Obtaining the 1-dimensional mouth shape information More... | |
float | GetVolume () |
Gets volume More... | |
bool | IsAtSilence () |
Check if there is no voice and the mouth is closed More... | |
bool | IsAtSilenceForMouthOpen () |
Check if there is no voice and the mouth is closed (1-dimensional) More... | |
float | GetSilenceThreshold () |
Gets the silence determination volume threshold More... | |
void | GetInfoAtSilence (out CriLipsMouth.Info info) |
Gets lips information of no sound situation More... | |
bool | IsMorphTargetBlendAmountInterpolative () |
Whether the blend amount is interpolative More... | |
ADX LipSync analysis module interface.
void GetInfo | ( | out CriLipsMouth.Info | info | ) |
Gets the mouth shape information
info | Mouth shape information |
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
void GetMorphTargetBlendAmountAsJapanese | ( | out CriLipsMouth.MorphTargetBlendAmountAsJapanese | morph | ) |
Gets the Japanese 5 vowel morph target blend amount
morph | Japanese 5 vowel morph target blend amount |
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
void GetOpenInfo | ( | out CriLipsMouth.OpenInfo | openInfo | ) |
Obtaining the 1-dimensional mouth shape information
openInfo | 1-dimensional mouth shape information |
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
float GetVolume | ( | ) |
Gets volume
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
bool IsAtSilence | ( | ) |
Check if there is no voice and the mouth is closed
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
bool IsAtSilenceForMouthOpen | ( | ) |
Check if there is no voice and the mouth is closed (1-dimensional)
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
float GetSilenceThreshold | ( | ) |
Gets the silence determination volume threshold
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
void GetInfoAtSilence | ( | out CriLipsMouth.Info | info | ) |
Gets lips information of no sound situation
info | Lips shape information at no sound situation |
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.
bool IsMorphTargetBlendAmountInterpolative | ( | ) |
Whether the blend amount is interpolative
Implemented in CriLipsAtomAnalyzer, and CriLipsMouth.