keithito / tacotron

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

What vocoder was used for demo recordings? #258

Closed mrgloom closed 5 years ago

mrgloom commented 5 years ago

What vocoder was used for demo recordings?

https://keithito.github.io/audio-samples/

keithito commented 5 years ago

Griffin-Lim - the same as if you were to run eval.py or demo_server.py.