A wave list chunk contains a sequence of alternating silent chunks and data chunks.
| Byte sequence description | Length in bytes | Starts at byte in the chunk | Value | 
| chunk ID | 4 | 0x00 | The ASCII character string "wavl" | 
| size | 4 | 0x04 | The size of the chunk less 8 (less the "chunk ID" and the "size") | 
| data | various | 0x08 | A sequence of alternating silent and data chunks | 
See also:
Wave file format
Add new comment