Question about MelSpectrogram #287
Unanswered
ductho9799
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In StyleTTS2 paper, the datasets were resampled to 24kHz. But in StyleTTS2 code, when calculating the MelSpectrogram:
to_mel = torchaudio.transforms.MelSpectrogram( n_mels=80, n_fft=2048, win_length=1200, hop_length=300)
. It used the default sampling_rate = 16000.If I change the sampling_rate to 24000, will it affect the model results?
Beta Was this translation helpful? Give feedback.
All reactions