andabi / deep-voice-conversion

Deep neural networks for voice conversion (voice style transfer) in Tensorflow
MIT License
3.92k stars 845 forks source link

Can we Wavenet-vocoder for voice synthesis ? #41

Open rishikksh20 opened 6 years ago

rishikksh20 commented 6 years ago

Is it possible to integrate this project with wavenet vocoder (https://github.com/r9y9/wavenet_vocoder) and generate voice from spectrogram using parallel wavenet.

andabi commented 6 years ago

It's possible and actually I was working for the same purpose. Check https://github.com/andabi/parallel-wavenet-vocoder

rishikksh20 commented 6 years ago

@andabi is it in runnable form ? Can I train the above code from arctic dataset ?