public class SoftAudioBuffer extends java.lang.Object
SoftAudioBuffer(int size, javax.sound.sampled.AudioFormat format)
float[]
array()
void
clear()
get(byte[] buffer, int channel)
javax.sound.sampled.AudioFormat
getFormat()
int
getSize()
boolean
isSilent()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftAudioBuffer(int size, javax.sound.sampled.AudioFormat format)
public javax.sound.sampled.AudioFormat getFormat()
public int getSize()
public void clear()
public boolean isSilent()
public float[] array()
public void get(byte[] buffer, int channel)