Package wavFiles.xwav
Class HarpHeader
java.lang.Object
wavFiles.xwav.HarpHeader
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintConsolodate the cycle information, merging any entries that clearly don't have any gap between them.voidstatic HarpHeaderreadHarpHeader(byte[] chunkData, int sampleRate, short nChannels, short blockAlign) Unpack harp data junk from a xwav file. 
- 
Field Details
- 
harpCycles
 
 - 
 - 
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() 
 -