diff --git a/hparams.py b/hparams.py index 8280e2b1..8a2d161b 100644 --- a/hparams.py +++ b/hparams.py @@ -44,7 +44,7 @@ # whether to rescale waveform or not. # Let x is an input waveform, rescaled waveform y is given by: # y = x / np.abs(x).max() * rescaling_max - rescaling=False, + rescaling=True, rescaling_max=0.999, # mel-spectrogram is normalized to [0, 1] for each utterance and clipping may # happen depends on min_level_db and ref_level_db, causing clipping noise.