be.hogent.tarsos.dsp
Interface Oscilloscope.OscilloscopeEventHandler

Enclosing class:
Oscilloscope

public static interface Oscilloscope.OscilloscopeEventHandler


Method Summary
 void handleEvent(float[] data, AudioEvent event)
           
 

Method Detail

handleEvent

void handleEvent(float[] data,
                 AudioEvent event)
Parameters:
data - The data contains a float array with: array[i] an x coordinate in percentage array[i+1] the value of the amplitude in audio buffer array[i+2] another x coordinate in percentage array[i+3] the next amplitude in the audio buffer
event - An audio Event.