tts
Here are 650 public repositories matching this topic...
Fix code
Hello, if i enable bidirectional decoder training script drops eror.
There is in train.py line 185
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_backward_loss'].item(),
need to change on
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_b_loss'].item(),
-
Updated
Jul 31, 2020 - Python
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
-
Updated
Jun 28, 2020 - Python
Lingvo
-
Updated
Sep 12, 2020 - Python
A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
-
Updated
Mar 19, 2018 - Python
Speech synthesis, voice conversion, self-supervised learning, music generation,Automatic Speech Recognition, Speaker Verification, Speech Synthesis, Language Modeling
-
Updated
Sep 9, 2020
Multi GPU Support
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?
Python library and CLI tool to interface with Google Translate's text-to-speech API
-
Updated
Aug 16, 2020 - Python
WaveRNN Vocoder + TTS
-
Updated
Jun 17, 2020 - Python
-
Updated
Sep 10, 2020 - Python
A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
-
Updated
Jun 7, 2018 - Python
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN) with Pytorch
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Sep 8, 2020 - Python
We have to create contributing files for two repositories:
- cboard-api
- ccboard
Also, please update cboard's contributing file, in order to:
- Add a list of ways to Contribute .
- Include and describe testing as a way to contribute.
- Include discord channel .
- Include Coding conventions.
-
Updated
Sep 11, 2020 - Python
MelGAN vocoder (compatible with NVIDIA/tacotron2)
-
Updated
Sep 3, 2020 - Python
A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
-
Updated
Jun 12, 2020 - Python
An opensource text-to-speech (TTS) voice building tool
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Feb 24, 2019 - C#
Android speech recognition and text to speech made easy
-
Updated
May 7, 2020 - Java
Chinese real time voice cloning (VC) and Chinese text to speech (TTS). 好用的中文语音克隆兼中文语音合成系统,包含语音编码器、语音合成器、声码器和可视化模块。
-
Updated
Sep 9, 2020 - Python
Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.
-
Updated
Aug 30, 2020 - C#
an open-source implementation of sequence-to-sequence based speech processing engine
-
Updated
Sep 12, 2020 - Python
A collection of resources to make a smart speaker
-
Updated
Dec 20, 2019
This repository has implementation for "Neural Voice Cloning With Few Samples"
-
Updated
Mar 25, 2020 - Python
Improve this page
Add a description, image, and links to the tts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tts topic, visit your repo's landing page and select "manage topics."


some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?