Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into shallow-ar
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Nov 6, 2020
2 parents 06f57ce + d2a87a8 commit dd62ecb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
6 changes: 0 additions & 6 deletions egs/jsut-song/svs-world-conv/config.yaml
Expand Up @@ -8,12 +8,6 @@ tag:
# DATA PREPARATION SETTING #
###########################################################

# Directory of Unzipped singing voice database
# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT
db_root: "downloads/HTS-demo_NIT-SONG070-F001"

# Output directory
out_dir: "./data"

###########################################################
# FEATURE EXTRACTION SETTING #
Expand Down
8 changes: 2 additions & 6 deletions egs/kiritan_singing/svs-world-conv/config.yaml
Expand Up @@ -8,12 +8,8 @@ tag:
# DATA PREPARATION SETTING #
###########################################################

# Directory of Unzipped singing voice database
# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT
db_root: "downloads/HTS-demo_NIT-SONG070-F001"

# Output directory
out_dir: "./data"
# **CHANGE** this to your database path
wav_root: "/home/ryuichi/data/kiritan_singing/wav"

###########################################################
# FEATURE EXTRACTION SETTING #
Expand Down
2 changes: 1 addition & 1 deletion egs/nit-song070/svs-world-conv/run.sh
Expand Up @@ -58,7 +58,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
echo "stage 0: Data preparation"
# the following three directories will be created
# 1) data/timelag 2) data/duration 3) data/acoustic
python local/data_prep.py $data_root $out_dir --gain-normalize
python local/data_prep.py $db_root $out_dir --gain-normalize

echo "train/dev/eval split"
mkdir -p data/list
Expand Down
7 changes: 0 additions & 7 deletions egs/pjs/svs-world-conv/config.yaml
Expand Up @@ -8,13 +8,6 @@ tag:
# DATA PREPARATION SETTING #
###########################################################

# Directory of Unzipped singing voice database
# PLEASE CHANGE THE PATH BASED ON YOUR ENVIRONMENT
db_root: "downloads/HTS-demo_NIT-SONG070-F001"

# Output directory
out_dir: "./data"

###########################################################
# FEATURE EXTRACTION SETTING #
###########################################################
Expand Down

0 comments on commit dd62ecb

Please sign in to comment.