Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

641i130/ddb-extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"     

Releases

No releases published

Packages

No packages published

Languages