From b607288ddb5bdbbbf8b00d81a95b1bcc7d1dbaf6 Mon Sep 17 00:00:00 2001 From: erogol Date: Wed, 8 Jul 2020 10:31:00 +0200 Subject: [PATCH] spec-gain in config --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 5aa95448..0b20cd3a 100644 --- a/config.json +++ b/config.json @@ -29,6 +29,7 @@ "num_mels": 80, // size of the mel spec frame. "mel_fmin": 0.0, // minimum freq level for mel-spec. ~50 for male and ~95 for female voices. Tune for dataset!! "mel_fmax": 8000.0, // maximum freq level for mel-spec. Tune for dataset!! + "spec_gain": 20, // Normalization parameters "signal_norm": true, // normalize spec values. Mean-Var normalization if 'stats_path' is defined otherwise range normalization defined by the other params.