This is the specifications for the archive file which is handled by the Game Extractor plugin Archive_VOC_CREATIVE.

Endian Order:Little Endian
Compression:None
Encryption:None


This format is used by the following Games:
Creative Voice *.voc


This is the format specification information:
 
// ARCHIVE HEADER
  19 - Header (Creative Voice File)
  1 - Header Terminator (26)
  2 - Header Length (26)
  1 - Major Version
  1 - Minor Version
  2 - Validity Check

// FILE DATA
  // for each block
    1 - Block Type

    if (blockType != 0){
      3 - Block Length
      X - Block Data
      }


Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download Game Extractor (Basic Version) for free, and see what it can do.

For further information on this format, refer to the source code on our GitHub repository.