deterministic-algorithms-lab/Cross-Lingual-Voice-Cloning
Tacotron 2 - PyTorch implementation with faster-than-realtime inference modified to enable cross lingual voice cloning.
This tool helps content creators and educators generate speech in a new language using an existing speaker's voice. You provide audio files of a person speaking along with corresponding text, and the system learns to clone their voice. The output is a synthesized audio file of that speaker's voice speaking a different language from the input, making it useful for creating consistent voiceovers or narrated content across multiple languages.
360 stars. No commits in the last 6 months.
Use this if you need to create synthesized speech where a specific voice speaks fluently in a language they haven't recorded before.
Not ideal if you need a simple text-to-speech converter without voice cloning capabilities or require extremely low-latency, real-time voice modification.
Stars
360
Forks
56
Language
Jupyter Notebook
License
BSD-3-Clause
Category
Last pushed
Mar 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deterministic-algorithms-lab/Cross-Lingual-Voice-Cloning"
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