keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.94k stars 965 forks source link

How can I call tacotron models in another python program #320

Closed z404 closed 3 years ago

z404 commented 4 years ago

I'm very sorry for raising this issue, as I'm a newcomer here. I've managed to create a model, but i want to know how I could use this in python

For example; output = model.synthesize_speech("my sentence") Thanks for the help!

xiaoyangnihao commented 4 years ago

first, maybe you shuld how to use eval.py or synthsise.py. Just replace the sentence with your own text.