BCSTM: Difference between revisions
No edit summary |
|||
Line 67: | Line 67: | ||
Unlike CWAV, if there are 2 channels in a CSTM they alternate every 0x2000 bytes of the DATA partition starting at 0x20. | Unlike CWAV, if there are 2 channels in a CSTM they alternate every 0x2000 bytes of the DATA partition starting at 0x20. | ||
The last section of each channel is usually less than 0x2000, the lengths of these channels is stored in the INFO Header. | The last section of each channel is usually less than 0x2000, the lengths of these channels is stored in the INFO Header. | ||
=== SEEK Header === | |||
Additionally it introduces a new partition called SEEK which comes right before DATA, so a CSTM would be ordered like this: | Additionally it introduces a new partition called SEEK which comes right before DATA, so a CSTM would be ordered like this: | ||
Line 76: | Line 78: | ||
By default this means that 0x24-0x2B in the CSTM Partition is the SEEK position and length respectively, and DATA position and length follows it (in a CWAV 0x24-0x2B is usually the DATA position and length). | By default this means that 0x24-0x2B in the CSTM Partition is the SEEK position and length respectively, and DATA position and length follows it (in a CWAV 0x24-0x2B is usually the DATA position and length). | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |