From 481c9f0acdbc1cb5d6262259aba94008f939e999 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Fri, 28 Dec 2018 12:49:55 +0100 Subject: [PATCH] by default trim slience --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f173c539..a8ee4f96 100644 --- a/config.json +++ b/config.json @@ -22,7 +22,7 @@ "clip_norm": true, // clip normalized values into the range. "mel_fmin": null, // minimum freq level for mel-spec. ~50 for male and ~95 for female voices. Tune for dataset!! "mel_fmax": null, // maximum freq level for mel-spec. Tune for dataset!! - "do_trim_silence": false // enable trimming of slience of audio as you load it. LJspeech (false), TWEB (false), Nancy (true) + "do_trim_silence": true // enable trimming of slience of audio as you load it. LJspeech (false), TWEB (false), Nancy (true) }, "embedding_size": 256,