public static interface FrequencyAudioSource.Listener
FrequencyAudioSource
.Modifier and Type | Method and Description |
---|---|
void |
consumeFrequency(float[] fftReal,
float[] fftImag,
int low,
int high)
Called when new frequency data is available.
|
void consumeFrequency(float[] fftReal, float[] fftImag, int low, int high)
fftReal
- real fft valuesfftImag
- imaginary fft valueslow
- high
-