Package com.jcraft.jesd
Class WAVEFile
java.lang.Object
com.jcraft.jesd.WAVEFile
-
Constructor Details
-
WAVEFile
- Throws:
IOException
-
-
Method Details
-
getHeader
public byte[] getHeader() -
readFrame
public int readFrame(byte[] buf, int fcount) -
getFrameCount
public int getFrameCount() -
getFrameSize
public int getFrameSize() -
getChannels
public int getChannels() -
getRate
public int getRate() -
getSampleFormatWidth
public int getSampleFormatWidth() -
getTrackBytes
public int getTrackBytes() -
close
- Throws:
IOException
-