public interface AudioDataCompatible
修飾子とタイプ | メソッドと説明 |
---|---|
int |
channels() |
javax.sound.sampled.AudioFormat |
getAudioFormat() |
byte[] |
getByteArrayWaveform() |
DoubleArray[] |
getDoubleArrayWaveform() |
boolean |
hasNext(int sampleSize) |
DoubleArray[] |
read(long microsecond,
int sampleSize) |
DoubleArray[] |
readNext(int sampleSize,
int nOverlap) |
int |
sampleRate() |
boolean |
supportsRandomAccess() |
int channels()
javax.sound.sampled.AudioFormat getAudioFormat()
byte[] getByteArrayWaveform()
DoubleArray[] getDoubleArrayWaveform()
boolean hasNext(int sampleSize)
DoubleArray[] read(long microsecond, int sampleSize) throws java.io.IOException
java.io.IOException
DoubleArray[] readNext(int sampleSize, int nOverlap) throws java.io.IOException
java.io.IOException
int sampleRate()
boolean supportsRandomAccess()