1,051
edits
m (design) |
m (fixed typos) |
||
Line 16: | Line 16: | ||
{{OBDtr| 0x40 | int32 |C8FFC8| 56 28 00 00 | 10326 | size of the part in the raw file in bytes }} | {{OBDtr| 0x40 | int32 |C8FFC8| 56 28 00 00 | 10326 | size of the part in the raw file in bytes }} | ||
{{OBDtr| 0x44 | offset |C8FFFF| 20 10 59 00 |00 59 10 20| at this position starts the part in the raw file }} | {{OBDtr| 0x44 | offset |C8FFFF| 20 10 59 00 |00 59 10 20| at this position starts the part in the raw file }} | ||
{{OBDtr| | {{OBDtr| 0x48 | char[24] |FFC8FF| AD DE | dead | unused }} | ||
|} | |} | ||
Line 28: | Line 28: | ||
{{Table}} | {{Table}} | ||
{{OBDth}} | {{OBDth}} | ||
{{OBDtrBK|1=Complete ADPCM wav format header (black outline)}} | |||
{{OBDtr| 0x00 | char[4] |FF0000| 52 49 46 46 | RIFF | identification that this file uses the IBM/Microsoft RIFF standard }} | {{OBDtr| 0x00 | char[4] |FF0000| 52 49 46 46 | RIFF | identification that this file uses the IBM/Microsoft RIFF standard }} | ||
{{OBDtr| 0x04 | int32 |FFFF00| 9C 28 00 00 | 10396 | size of the wav file from the the green coloured field to the end in bytes (<nowiki>=</nowiki> size of the part in the raw file + 70 bytes) }} | {{OBDtr| 0x04 | int32 |FFFF00| 9C 28 00 00 | 10396 | size of the wav file from the the green coloured field to the end in bytes (<nowiki>=</nowiki> size of the part in the raw file + 70 bytes) }} | ||
{{OBDtr| | {{OBDtr| 0x08 | char[4] |00FF00| 57 41 56 45 | WAVE | identification that this file is a WAVE file }} | ||
{{OBDtr| | {{OBDtr| 0x0C | char[4] |00FFFF| 66 6D 74 20 | fmt | identification that the wav format header follows }} | ||
{{OBDtr| | {{OBDtr| 0x10 | block[54]|FFC8C8| | | [[OBD:SNDD/wav|wav header]]; note that it starts with a 32 and not with an 8 }} | ||
{{OBDtr| | {{OBDtr| 0x46 | char[4] |FFFFC8| 64 61 74 61 | data | identification that the wav data follows }} | ||
{{OBDtr| | {{OBDtr| 0x4A | int32 |C8FFC8| 56 28 00 00 | 10326 | size of the following wav data in bytes (<nowiki>=</nowiki> size of the part in the raw file) }} | ||
|} | |} | ||
edits