Class WAVEFile


  • public class WAVEFile
    extends java.lang.Object
    • Constructor Detail

      • WAVEFile

        public WAVEFile​(java.lang.String name)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • 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

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException