basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

Generate voice from text file #32

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is there any way to use the generated model to generate voice from a text file?

basveeling commented 6 years ago

Right now no. The model requires local conditioning on a set of TTS features generated by a classic TTS system in order to generate speech. This isn't implemented and would require quite a bit of work.