Dionyssos commited on
Commit
5755d22
·
1 Parent(s): 64e63ea

fx log mel

Browse files
Files changed (1) hide show
  1. 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=328)
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