docs/source/models/glow_tts.md
Glow TTS is a normalizing flow model for text-to-speech. It is built on the generic Glow model that is previously used in computer vision and vocoder models. It uses "monotonic alignment search" (MAS) to fine the text-to-speech alignment and uses the output to train a separate duration predictor network for faster inference run-time.
.. autoclass:: TTS.tts.configs.glow_tts_config.GlowTTSConfig
:members:
.. autoclass:: TTS.tts.models.glow_tts.GlowTTS
:members: