NVIDIA / waveglow

A Flow-based Generative Network for Speech Synthesis
BSD 3-Clause "New" or "Revised" License
2.29k stars 530 forks source link

How to infer waveform from mel spectrams already generated with same hop length,win length,sample rate? #237

Open IrisLhy opened 4 years ago

IrisLhy commented 4 years ago

I have some mel-spectrograms but don't have origin speech files, the mel-spectrograms were generated by librosa.mfcc function with same hop length,win length,sample rate, can I use inference.py to transfer these mel-spectrograms to the waveforms? Thanks!