Skip to content

Commit d16e345

Browse files
committed
try this
1 parent a04941b commit d16e345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hparams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# whether to rescale waveform or not.
4444
# Let x is an input waveform, rescaled waveform y is given by:
4545
# y = x / np.abs(x).max() * rescaling_max
46-
rescaling=False,
46+
rescaling=True,
4747
rescaling_max=0.999,
4848
# mel-spectrogram is normalized to [0, 1] for each utterance and clipping may
4949
# happen depends on min_level_db and ref_level_db, causing clipping noise.

0 commit comments

Comments
 (0)