public class WAVEFile extends Object
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getChannels() |
int |
getFrameCount() |
int |
getFrameSize() |
byte[] |
getHeader() |
int |
getRate() |
int |
getSampleFormatWidth() |
int |
getTrackBytes() |
int |
readFrame(byte[] buf,
int fcount) |
public WAVEFile(String name) throws IOException
IOException
public byte[] getHeader()
public int readFrame(byte[] buf, int fcount)
public int getFrameCount()
public int getFrameSize()
public int getChannels()
public int getRate()
public int getSampleFormatWidth()
public int getTrackBytes()
public void close() throws IOException
IOException