public class MODULO.FastSoundplayer extends java.lang.Object implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
float[] |
mikrofon_welle |
protected java.util.concurrent.ScheduledExecutorService |
schedExecService |
float |
t |
Constructor and Description |
---|
FastSoundplayer() |
Modifier and Type | Method and Description |
---|---|
void |
play(float[][] data) |
void |
playMono(float[] data) |
void |
run() |
void |
runMono() |
void |
runStereo() |
public float[] mikrofon_welle
protected java.util.concurrent.ScheduledExecutorService schedExecService
public float t
public FastSoundplayer()