Component image File:VisemeAnalyzerComponent.pngViseme Analyzer component as seen in the Scene Inspector
The VisemeAnalyzer can be used to analyze the sounds from a user's voice, a video, an audio clip player, or any other sound source. The component does analyzing of audio to discern Viseme sounds.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Source
|
IAudioSource | The audio source to analyze the audio and extract live viseme data for. |
RemoteSource
|
MultiValueStream`1<Float> | An alternative source of raw data for viseme data. |
Smoothing
|
Float | How much to smooth lerp all the outputs. |
Silence
|
raw output of Float | How quiet the audio is in general. |
PP
|
raw output of Float | Outputs the amount that the source audio is making a "Puh" sound. |
FF
|
raw output of Float | Outputs the amount that the source audio is making a "efff" sound. |
TH
|
raw output of Float | Outputs the amount that the source audio is making a "thuh" sound. |
DD
|
raw output of Float | Outputs the amount that the source audio is making a "deh" or "duh" sound. |
kk
|
raw output of Float | Outputs the amount that the source audio is making a "kay" sound. |
CH
|
raw output of Float | Outputs the amount that the source audio is making a "cuh" sound. |
SS
|
raw output of Float | Outputs the amount that the source audio is making a "ess" sound. |
nn
|
raw output of Float | Outputs the amount that the source audio is making a "enm" sound. |
RR
|
raw output of Float | Outputs the amount that the source audio is making a "erh" sound. |
aa
|
raw output of Float | Outputs the amount that the source audio is making a "ah" sound. |
E
|
raw output of Float | Outputs the amount that the source audio is making a "eee" sound. |
ih
|
raw output of Float | Outputs the amount that the source audio is making a "eh" sound. |
oh
|
raw output of Float | Outputs the amount that the source audio is making a "oah" sound. |
ou
|
raw output of Float | Outputs the amount that the source audio is making a "ooh" sound. |
LaughterProbability
|
raw output of Float | How likely it is that the audio source is playing laughter sounds. |
Usage
This should not need to be used directly by the user.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.