coqui-ai/TTS: v0.0.14
- Eren Gölge1
- Edresson Casanova2
- Alexander Korolev
- Thomas Werkmeister
- Thorsten Müller
- Reuben Morais
- WeberJulian
- Kirian Guiller
- Branislav Gerazov3
- Thorben Hellweg4
- Jörg Thalheim5
- Neil Stoker
- Nicolas Müller
- Rishikesh (ऋषिकेश)6
- Adonis Pujols
- bgerazov
- Agrin7
- mittimithai
- Markus Toman
- geneing
- Guy Elsmore-Paddock8
- Martin Weinelt
- QP Hou
- jyegerlehner
- Anand...
- Bajibabu Bollepalli9
- forcecore
- Tom Rochette
- Yves-Noel Weweler
- 1. Coqui.ai
- 2. University of São Paulo (USP)
- 3. Faculty of Electrical Engineering and Information Technologies
- 4. University of Münster (WWU)
- 5. no
- 6. Open Source
- 7. @Storytel
- 8. Inveniem
- 9. Aalto University
Description
- [x] Remove breaking line from Tacotron models. (👑 @a-froghyra)
- [x] BREAKING: Coqpit integration for config management and the first 🐸TTS recipe, for LJSpeech Check #476.
Every model now tied to a Python class that defines the configuration scheme. It provides a better interface and lets the user know better what are the default values, expected value types, and mandatory fields.
Specific model configs are defined under TTS/tts/configs and TTS/vocoder/configs. TTS/config/shared_configs.py hosts configs that are shared by all the :frog: TTS models. Configs shared by tts models are hosted under TTS/tts/configs/shared_configs.py and shared by vocoder models are under TTS/vocoder/configs/shared_config.py.
For example TacotronConfig follows BaseTrainingConfig -> BaseTTSConfig -> TacotronConfig.
- [x] BREAKING: Remove
phonemizersupport due to License conflict.
This essentially deprecates the support for all the models using phonemes as input. Feel free to suggest in-place options if you are affected by this change.
- [x] Start hosting :woman_cook: recipes under :frog: TTS. The first recipe is for Tacotron2-DDC with LJspeech dataset under
TTS/recipes/.
Please check here for more details.
- [x] Add
extract_tts_spectrograms.pythat supports GlowTTS and Tacotron1-2. (👑 @Edresson) - [x] Add
version.py(👑 @chmodsss)
Files
coqui-ai/TTS-v0.0.14.zip
Files
(14.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:289d12886277b03f36dd0aa361113421
|
14.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/coqui-ai/TTS/tree/v0.0.14 (URL)