A-Jacobson/tacotron2
pytorch tacotron2 https://arxiv.org/pdf/1712.05884.pdf
This project helps generate realistic-sounding speech from written text. You input raw text, and it outputs a mel spectrogram, which is a visual representation of sound frequencies. This is primarily useful for researchers and developers working on advanced text-to-speech systems.
No commits in the last 6 months.
Use this if you are a speech synthesis researcher or developer looking to experiment with a Tacotron2 implementation for text-to-spectrogram conversion.
Not ideal if you need a fully trained, production-ready text-to-speech system that converts text directly into audible raw audio.
Stars
43
Forks
14
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 18, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/A-Jacobson/tacotron2"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bshall/Tacotron
A PyTorch implementation of Location-Relative Attention Mechanisms For Robust Long-Form Speech Synthesis
Kyubyong/dc_tts
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
DemisEom/SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
Rayhane-mamah/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
Kyubyong/tacotron
A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model