From c4db684305c199f7647655e5621bcb597a6f23be Mon Sep 17 00:00:00 2001 From: alcexhim Date: Thu, 16 Oct 2014 16:13:46 -0400 Subject: [PATCH] Added Documentation --- .../Voicebank/Vocaloid/DDBVocaloidVoicebankDataFormat.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Documentation/Multimedia/Audio/Voicebank/Vocaloid/DDBVocaloidVoicebankDataFormat.txt diff --git a/Documentation/Multimedia/Audio/Voicebank/Vocaloid/DDBVocaloidVoicebankDataFormat.txt b/Documentation/Multimedia/Audio/Voicebank/Vocaloid/DDBVocaloidVoicebankDataFormat.txt new file mode 100644 index 00000000..f4cc7afe --- /dev/null +++ b/Documentation/Multimedia/Audio/Voicebank/Vocaloid/DDBVocaloidVoicebankDataFormat.txt @@ -0,0 +1,6 @@ +FixedString[4] Chunk ID +UInt32 Total size of this chunk (including this field and Chunk ID field) + So, to get data size, TotalSize - 8 // 4 for chunk ID and 4 for size field +Byte[] chunk data + +Known chunk types: "FRM2", "SND ", "ENV "