Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GAudio
DrawFFTModule
C# Class GAudio.DrawFFTModule
Simple component to draw FFT'ed data using UnityEngine's LineRenderer.
Inheritance:
DrawAudioModule
Show 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 property
The fft module that will process the audio data received in HandleAudioDataUpdate()
public
FFTModule,GAudio
fftModule
return
FFTModule