We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e5a7e commit 2398ceeCopy full SHA for 2398cee
hparams.py
@@ -44,7 +44,7 @@
44
# whether to rescale waveform or not.
45
# Let x is an input waveform, rescaled waveform y is given by:
46
# y = x / np.abs(x).max() * rescaling_max
47
- rescaling=False,
+ rescaling=True,
48
rescaling_max=0.999,
49
# mel-spectrogram is normalized to [0, 1] for each utterance and clipping may
50
# happen depends on min_level_db and ref_level_db, causing clipping noise.
0 commit comments