C# Class LipSyncVolume, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Mostra file Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Public Properties

Property Type Description
delay int
micNumber int
micSampleRate int
noiseFloor float
smoothing Smoothing,
useMicrophone bool

Public Methods

Method Description
SetSmoothing ( Smoothing, s ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetSmoothing() public method

public SetSmoothing ( Smoothing, s ) : void
s Smoothing,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

delay public_oe property

public int delay
return int

micNumber public_oe property

public int micNumber
return int

micSampleRate public_oe property

public int micSampleRate
return int

noiseFloor public_oe property

public float noiseFloor
return float

smoothing public_oe property

public Smoothing, smoothing
return Smoothing,

useMicrophone public_oe property

public bool useMicrophone
return bool