--- title: "WAVC file format" ---
| Offset | Size (data type) | Description |
|---|---|---|
| 0x0000 | 4 (char array) | Signature ('WAVC') |
| 0x0004 | 4 (char array) | Version ('V1.0') |
| 0x0008 | 4 (dword) | Uncompressed size of file |
| 0x000a | 4 (dword) | Compressed size of file |
| 0x0010 | 4 (dword) | Pointer to ACM data (usu. 0x1c) |
| 0x0014 | 2 (word) | Number of sound channels (usu. 1) |
| 0x0016 | 2 (word) | Number of bits per sample (usu. 16-bit) |
| 0x0018 | 2 (word) | Sample rate (usu. 22050 Hz) |
| 0x001a | 2 (word) | Unused (usu. 0x777e) |
| 0x001c | 4 (bytes) | Standard ACM header (0x97280301) |