descriptinc / melgan-neurips

GAN-based Mel-Spectrogram Inversion Network for Text-to-Speech Synthesis
MIT License
978 stars 214 forks source link

update librosa.filters.mel and torch.stft to now release version #47

Open LewisGet opened 1 year ago

LewisGet commented 1 year ago
  1. torch.stft have remove torch.stft.unbind im testing at torch 2.0.1
  2. librosa.filters.mel have update how to feed parameters im testing at librosa 0.10.1

I don't know if it's my illusion or I feel that the sound quality has been lost. I have always suspected that there is something wrong with my changes on the Fourier side. Sorry im not good at math. hope someone update it.