public class MODULO_1003_STEREO.AudiotrackMic extends java.lang.Object implements MODULO_1003_STEREO.iAudiotrackMic
Modifier and Type | Field and Description |
---|---|
float[] |
micpuffer |
protected java.util.concurrent.ScheduledExecutorService |
schedExecService |
short[] |
shortpuffer |
Constructor and Description |
---|
AudiotrackMic(int SAMPLING_RATE,
int buffsize) |
Modifier and Type | Method and Description |
---|---|
float[] |
write(short[] shortpuffer) |
public short[] shortpuffer
public float[] micpuffer
protected java.util.concurrent.ScheduledExecutorService schedExecService
public AudiotrackMic(int SAMPLING_RATE, int buffsize)
public float[] write(short[] shortpuffer)
write
in interface MODULO_1003_STEREO.iAudiotrackMic