From bcfb898e6554f7d0c99565ce2bd155a2562901c0 Mon Sep 17 00:00:00 2001 From: kan-bayashi Date: Mon, 11 May 2020 17:22:18 +0900 Subject: [PATCH] disable trimming as default --- egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml | 2 +- egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml b/egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml index e69c11e0..920cb7be 100644 --- a/egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml +++ b/egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml @@ -15,7 +15,7 @@ num_mels: 80 # Number of mel basis. fmin: 80 # Minimum freq in mel basis calculation. fmax: 7600 # Maximum frequency in mel basis calculation. global_gain_scale: 1.0 # Will be multiplied to all of waveform. -trim_silence: true # Whether to trim the start and end of silence. +trim_silence: false # Whether to trim the start and end of silence. trim_threshold_in_db: 60 # Need to tune carefully if the recording is not good. trim_frame_size: 2048 # Frame size in trimming. trim_hop_size: 512 # Hop size in trimming. diff --git a/egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml b/egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml index e69c11e0..29ff94d0 100644 --- a/egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml +++ b/egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml @@ -15,7 +15,7 @@ num_mels: 80 # Number of mel basis. fmin: 80 # Minimum freq in mel basis calculation. fmax: 7600 # Maximum frequency in mel basis calculation. global_gain_scale: 1.0 # Will be multiplied to all of waveform. -trim_silence: true # Whether to trim the start and end of silence. +trim_silence: false # Whether to trim the start and end of silence. trim_threshold_in_db: 60 # Need to tune carefully if the recording is not good. trim_frame_size: 2048 # Frame size in trimming. trim_hop_size: 512 # Hop size in trimming.