spring-media/TransformerTTS
🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
ArchivedBuilt on TensorFlow 2, it combines a two-stage pipeline with an Aligner model for duration extraction and a Forward Transformer for parallel mel-spectrogram generation with controllable pitch prediction. Pre-trained LJSpeech weights integrate seamlessly with MelGAN and HiFiGAN vocoders for end-to-end synthesis, while the non-autoregressive approach eliminates repetition artifacts and enables real-time inference with speed/pitch modulation.
1,161 stars. No commits in the last 6 months.
Stars
1,161
Forks
222
Language
Python
License
—
Category
Last pushed
May 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/spring-media/TransformerTTS"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
yeyupiaoling/MASR
Pytorch实现的流式与非流式的自动语音识别框架,同时兼容在线和离线识别,目前支持Conformer、Squeezeformer、DeepSpeech2模型,支持多种数据增强方法。
netease-youdao/EmotiVoice
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
shivammehta25/Matcha-TTS
[ICASSP 2024] 🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching
keithito/tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)