Package wavFiles.xwav

Class HarpHeader

java.lang.Object
wavFiles.xwav.HarpHeader

public class HarpHeader extends Object
  • Field Details

  • Method Details

    • readHarpHeader

      public static HarpHeader readHarpHeader(byte[] chunkData, int sampleRate, short nChannels, short blockAlign) throws XWavException
      Unpack harp data junk from a xwav file.
      Parameters:
      chunkData -
      sampleRate -
      blockAlign -
      Returns:
      Throws:
      XWavException
    • consolodate

      public int consolodate()
      Consolodate the cycle information, merging any entries that clearly don't have any gap between them.
      Returns:
    • dumpCycles

      public void dumpCycles()