mirror of https://github.com/coqui-ai/TTS.git
Updated Home (markdown)
parent
ce7f514800
commit
75d7e9a131
2
Home.md
2
Home.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
:frog: TTS is a deep learning based text-to-speech solution. It favors simplicity over complex and large models and yet, it aims to achieve the state-of-the-art results.
|
||||
|
||||
Based on [user study](https://ttschoice.github.io/), :frog: TTS is able to achieve on par or better results compared to other commercial and open-source text-to-speech solutions. It also supports various languages and already applied to more than 13 different languages.
|
||||
Based on the [user study](https://ttschoice.github.io/), :frog: TTS is able to achieve on par or better results compared to other commercial and open-source text-to-speech solutions. It also supports various languages and already applied to more than 13 different languages.
|
||||
|
||||
The general architecture we use comprises two separate deep neural networks. The first network computes acoustic features from given text input. The second network produces the voice from the computed acoustic features. We call the first model "text2feat" and the second "vocoder".
|
||||
|
||||
|
|
Loading…
Reference in New Issue