https://github.com/rhasspy/glow-tts-train
An implementation of GlowTTS designed to work with Gruut
https://github.com/rhasspy/glow-tts-train
Last synced: 11 days ago
JSON representation
An implementation of GlowTTS designed to work with Gruut
- Host: GitHub
- URL: https://github.com/rhasspy/glow-tts-train
- Owner: rhasspy
- License: mit
- Created: 2021-03-05T20:28:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T10:25:48.000Z (about 3 years ago)
- Last Synced: 2025-03-28T08:11:56.276Z (28 days ago)
- Language: Python
- Size: 522 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glow TTS
Version of [Glow TTS](https://github.com/jaywalnut310/glow-tts/) designed to work with [gruut](https://github.com/rhasspy/gruut).
## Additional Features
* Models can be exported to [onnx](https://onnx.ai/) format
* Inference can output numpy or JSON mels
* Input is strictly phoneme indexes (any text front-end), output is strictly mels (any vocoder)