fx log mel
Browse files- msinference.py +1 -1
msinference.py
CHANGED
@@ -49,7 +49,7 @@ textclenaer = TextCleaner()
|
|
49 |
|
50 |
|
51 |
to_mel = torchaudio.transforms.MelSpectrogram(
|
52 |
-
n_mels=80, n_fft=2048, win_length=1200, hop_length=
|
53 |
mean, std = -4, 4
|
54 |
|
55 |
# START UTIL
|
|
|
49 |
|
50 |
|
51 |
to_mel = torchaudio.transforms.MelSpectrogram(
|
52 |
+
n_mels=80, n_fft=2048, win_length=1200, hop_length=300)
|
53 |
mean, std = -4, 4
|
54 |
|
55 |
# START UTIL
|