syang1993 / FFTNet

A PyTorch implementation of the FFTNet: a Real-Time Speaker-Dependent Neural Vocoder
92 stars 19 forks source link

Is it integrate with Tacotron or DeepVoice ? #1

Closed rishikksh20 closed 6 years ago

rishikksh20 commented 6 years ago

I haven't read FFTNet paper yet, but I had work on Wavenet which conditioned with Mel-spectrogram and easy integration with Tacotron. Is it possible same with FFTNet ?

syang1993 commented 6 years ago

Hi, this FFTNet is used as vocoder, which is used to reconstruct audios as well as WaveNet vocoder. For now, the performance is not so good as WaveNet vocoder, I'm trying to improve it to get better performance.