From 2f5a08d04716025c936dfc75b6803c038307e65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 15 Oct 2020 03:49:39 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64629993..1413ad6a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). Mozilla TTS aims a deep learning based Text2Speech engine, low in cost and high in quality. -You can check some of synthesized voice samples from [here](https://erogol.github.io/ddc-samples/). +English Voice Samples: https://erogol.github.io/ddc-samples/ -If you are new, you can also find [here](http://www.erogol.com/text-speech-deep-learning-architectures/) a brief post about some of TTS architectures and [here](https://github.com/erogol/TTS-papers) list of up-to-date research papers. +TTS training recipes: https://github.com/erogol/TTS_recipes + +TTS paper collection: https://github.com/erogol/TTS-papers [![](https://sourcerer.io/fame/erogol/erogol/TTS/images/0)](https://sourcerer.io/fame/erogol/erogol/TTS/links/0)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/1)](https://sourcerer.io/fame/erogol/erogol/TTS/links/1)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/2)](https://sourcerer.io/fame/erogol/erogol/TTS/links/2)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/3)](https://sourcerer.io/fame/erogol/erogol/TTS/links/3)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/4)](https://sourcerer.io/fame/erogol/erogol/TTS/links/4)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/5)](https://sourcerer.io/fame/erogol/erogol/TTS/links/5)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/6)](https://sourcerer.io/fame/erogol/erogol/TTS/links/6)[![](https://sourcerer.io/fame/erogol/erogol/TTS/images/7)](https://sourcerer.io/fame/erogol/erogol/TTS/links/7) From 98f15e1154324533fd75de12e2fbd610fc306d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 15 Oct 2020 03:50:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1413ad6a..53ec1aad 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@
-This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). +Mozilla TTS is a deep learning based Text2Speech project, low in cost and high in quality. -Mozilla TTS aims a deep learning based Text2Speech engine, low in cost and high in quality. +This project is a part of [Mozilla Common Voice](https://voice.mozilla.org/en). English Voice Samples: https://erogol.github.io/ddc-samples/