mirror of https://github.com/coqui-ai/TTS.git
Fix #39
This commit is contained in:
parent
f81b45aaac
commit
c0e586ae35
|
@ -1,5 +1,5 @@
|
|||
# TTS (Work in Progress...)
|
||||
This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). TTS targets a Text2Speech engine lightweight in computation with high quality speech synthesis. You might hear a sample [here]().
|
||||
This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). TTS targets a Text2Speech engine lightweight in computation with high quality speech synthesis. You might hear a sample [here](https://soundcloud.com/user-565970875/commonvoice-loc-sens-attn).
|
||||
|
||||
Here we have pytorch implementation of Tacotron: [A Fully End-to-End Text-To-Speech Synthesis Model](https://arxiv.org/abs/1703.10135). We plan to improve the model by the time with new architectural updates.
|
||||
|
||||
|
|
Loading…
Reference in New Issue