C# Class GAudio.DrawFFTModule

Simple component to draw FFT'ed data using UnityEngine's LineRenderer.
Inheritance: DrawAudioModule
Mostra file Open project: gregzo/G-Audio

Public Properties

Property Type Description
fftModule FFTModule

Protected Methods

Method Description
HandleAudioDataUpdate ( ) : void
HandleNoMoreData ( ) : void
SetVertexCount ( ) : void
Start ( ) : void

Method Details

HandleAudioDataUpdate() protected method

protected HandleAudioDataUpdate ( ) : void
return void

HandleNoMoreData() protected method

protected HandleNoMoreData ( ) : void
return void

SetVertexCount() protected method

protected SetVertexCount ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

fftModule public_oe property

The fft module that will process the audio data received in HandleAudioDataUpdate()
public FFTModule,GAudio fftModule
return FFTModule