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