m-toman / tacorn

2018/2019 TTS framework integrating state of the art open source methods
MIT License
47 stars 4 forks source link

How much work would it take to make this real-world ready? #12

Closed ishansan38 closed 5 years ago

ishansan38 commented 5 years ago

Hi @m-toman Great work on the repo, the results looks promising. What all work do you think this repo would need to make this real-world useful someday?

m-toman commented 5 years ago

Hi, depends a lot on the use case regarding performance, quality and platform requirements. For fully offline synthesis I guess you should be able to use the Wavenet implementation in the taco2 repo, or in combination with r9y9 Wavenet vocoder.

The ultimate goal for this repo (for now) is to assess WaveRNN as a middle-ground between Wavenet and traditional Vocoders.