ddb-extraction icon indicating copy to clipboard operation
ddb-extraction copied to clipboard

Extract the samples of a DDB Vocaloid file.

Update:

Check out this modified version by ain-soph

github.com/ain-soph They got the ddi extraction with naming samples down really well!!!

ddb-extraction

~~(Attempt to) Extract the samples of a DDB Vocaloid file. Help would be appreciated!~~ This codebase is now out of date! Use the one linked above!

Usage:

extract_wav.py [-h] [--src-path SRC_PATH] [--dst-path DST_PATH] [--merge] [--silence-interval SILENCE_INTERVAL]

optional arguments:
  -h, --help            show this help message and exit
  --src-path SRC_PATH   source ddb file path
  --dst-path DST_PATH   destination extract path, default to be "./wav.zip (merge.wav)"
  --merge               enable to generate a merged large wav file
  --silence-interval SILENCE_INTERVAL
                        silence interval seconds when "merge" is enabled, default to be 0
extract_frm2.py [-h] [--src-path SRC_PATH] [--dst-path DST_PATH]

optional arguments:
  -h, --help           show this help message and exit
  --src-path SRC_PATH  source ddb file path
  --dst-path DST_PATH  destination extract path, default to be "./frm2.zip"