source: oup/structdefs/SNDD.txt@ 1011

Last change on this file since 1011 was 73, checked in by alloc, 18 years ago
File size: 681 bytes
Line 
1Sound Data
2File id $00 12 File id
3Level id $04 17 Level id
4#Wav header $08 10054 Wav header; don't alter it
5Duration $3E 2 Duration in 1/60 seconds
6Size $40 4 Size of the part in the raw file
7Offset $44 11 At this position starts the part in the raw file
8Not used $48 1024 Not used
9
10*Wave Header Wave Header $08
11FmtSize $00 4 Format Chunk Size
12FormatID $04 2 FormatID (2 = ADPCM)
13Channels $06 2
14Samples/s $08 4 Sample rate
15Bytes/s $0C 4 Bytes per second
16Block align $10 2
17Bits/sample $12 2
18
19*Extended ADPCM Header $1C
20ExtSize $00 2
21Samples/block $02 2
22CoefficientSets $04 2
23Set1 $06 4
24Set2 $0A 4
25Set3 $0E 4
26Set4 $12 4
27Set5 $16 4
28Set6 $1A 4
29Set7 $1E 4
Note: See TracBrowser for help on using the repository browser.