Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.26k stars 905 forks source link

is anyone has combined Tacotron2 and gst together #319

Open sandipjedhe opened 5 years ago

sandipjedhe commented 5 years ago

@ErnstTmp and @Rayhane-mamah Is anyone combined tacotron2 and gst.

Or anyone pls comment here

ErnstTmp commented 5 years ago

I am thinking of it, but due to my current workload this has to wait :-(

Yeongtae commented 5 years ago

@sandipjedhe I already implemented prosody embedding without GST with nvidia/tacotron2. You can modeling f(ref audio, speaker id, text) -> target audio using https://github.com/Yeongtae/tacotron2/tree/prosody_speaker_embedding_test.