126
edits
Jestar jokin (talk | contribs) m (→Compressed: removed plural for clarity) |
Jestar jokin (talk | contribs) (→Original: Improved consistency, added some bits.) |
||
Line 23: | Line 23: | ||
From Indy 4 onwards, sound effects and speech are stored in a separate resource file called "MONSTER.SOU". The format is: | From Indy 4 onwards, sound effects and speech are stored in a separate resource file called "MONSTER.SOU". The format is: | ||
"SOU " | Block name 4 ("SOU ") bytes | ||
Block size 4 bytes | |||
"VCTL" | One or more: | ||
Block name 4 ("VCTL") bytes | |||
Block size 4 bytes | |||
Lip-sync tags variable | |||
Sound data variable ("Crea" block / VOC file) | |||
The lip-sync tags provide timing information. In v5 the number of tags is stored in the calling text, according to the formula ((num_tags / 2) << 1) + 8. The "Crea" block is an entire Creative VOC file. | |||
===Compressed=== | ===Compressed=== |
edits