Skip to content

Commit 2398cee

Browse files
committed
try this
1 parent 29e5a7e commit 2398cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hparams.py

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

0 commit comments

Comments
 (0)