AudioBandListener
MonoBehaviour
Class that hold an instance of an AudioBand and provides a simple interface to get the values of the bands
Methods
Method
Description
Frequency(int band, bool buffered)
Get specified band's frequency band - Index of a band you want to get the value of
buffered - Provides smoother falloff of values
Band(int band, bool buffered)
Get specified band's normallized frequency (0 to 1) band - Index of a band you want to get the value of buffered - Provides smoother falloff of values
Amplitude(bool buffered)
Get the total amplitude of the audio source buffered - Provides smoother falloff of values
Last updated