There is a newer version of the record available.

Published May 19, 2021 | Version v0.0.14

coqui-ai/TTS: v0.0.14

Description

:frog: v0.0.14 🐞Bug Fixes
  • [x] Remove breaking line from Tacotron models. (👑 @a-froghyra)
💾 Code updates
  • [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 phonemizer support 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.py that 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