C# Class LipSyncVolume, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Show 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 property

public int delay
return int

micNumber public property

public int micNumber
return int

micSampleRate public property

public int micSampleRate
return int

noiseFloor public property

public float noiseFloor
return float

smoothing public property

public Smoothing, smoothing
return Smoothing,

useMicrophone public property

public bool useMicrophone
return bool