javazoom.jl.converter
public class WaveFile extends RiffFile
Nested Class Summary | |
---|---|
class | WaveFile.WaveFileSample |
Field Summary | |
---|---|
static int | MAX_WAVE_CHANNELS |
Constructor Summary | |
---|---|
WaveFile()
Constructs a new WaveFile instance. |
Method Summary | |
---|---|
short | BitsPerSample() |
int | Close() |
long | CurrentFilePosition() |
short | NumChannels() |
int | NumSamples() |
int | OpenForWrite(String Filename, int SamplingRate, short BitsPerSample, short NumChannels) |
int | OpenForWrite(String Filename, WaveFile OtherWave)
Open for write using another wave file's parameters... |
int | SamplingRate() |
int | WriteData(short[] data, int numData)
Write 16-bit audio |