All Projects → npuichigo → Waveglow

npuichigo / Waveglow

Licence: apache-2.0
A PyTorch implementation of the WaveGlow: A Flow-based Generative Network for Speech Synthesis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Waveglow

Talkify
Javascript Text to speech library
Stars: ✭ 132 (-35.61%)
Mutual labels:  text-to-speech
Aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
Stars: ✭ 1,942 (+847.32%)
Mutual labels:  text-to-speech
Doc2audiobook
Convert text documents to high fidelity audio(books).
Stars: ✭ 175 (-14.63%)
Mutual labels:  text-to-speech
Androidmarytts
Android MARY TTS - an open-source, offline HMM-Based text-to-speech synthesis system based on MaryTTS
Stars: ✭ 134 (-34.63%)
Mutual labels:  text-to-speech
Amazon Polly Sample
Sample application for Amazon Polly. Allows to convert any blog into an audio podcast.
Stars: ✭ 139 (-32.2%)
Mutual labels:  text-to-speech
Tacotron 2
DeepMind's Tacotron-2 Tensorflow implementation
Stars: ✭ 1,968 (+860%)
Mutual labels:  text-to-speech
Marytts
MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java
Stars: ✭ 1,699 (+728.78%)
Mutual labels:  text-to-speech
Tacotron Pytorch
Pytorch implementation of Tacotron
Stars: ✭ 189 (-7.8%)
Mutual labels:  text-to-speech
Tensorflowtts
😝 TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
Stars: ✭ 2,382 (+1061.95%)
Mutual labels:  text-to-speech
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-16.59%)
Mutual labels:  text-to-speech
Vonage Python Sdk
Vonage Server SDK for Python. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 134 (-34.63%)
Mutual labels:  text-to-speech
Wavegrad
A fast, high-quality neural vocoder.
Stars: ✭ 138 (-32.68%)
Mutual labels:  text-to-speech
Vocgan
VocGAN: A High-Fidelity Real-time Vocoder with a Hierarchically-nested Adversarial Network
Stars: ✭ 158 (-22.93%)
Mutual labels:  text-to-speech
Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (-35.12%)
Mutual labels:  text-to-speech
Google Tts
Google TTS (Text-To-Speech) for node.js
Stars: ✭ 180 (-12.2%)
Mutual labels:  text-to-speech
Alan Sdk Pcf
Alan AI Power Apps SDK adds a voice assistant or chatbot to your Microsoft Power Apps project.
Stars: ✭ 128 (-37.56%)
Mutual labels:  text-to-speech
Nonparaseq2seqvc code
Implementation code of non-parallel sequence-to-sequence VC
Stars: ✭ 154 (-24.88%)
Mutual labels:  text-to-speech
Vonage Ruby Sdk
Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 203 (-0.98%)
Mutual labels:  text-to-speech
Hms Ml Demo
HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
Stars: ✭ 187 (-8.78%)
Mutual labels:  text-to-speech
Interspeech2019 Tutorial
INTERSPEECH 2019 Tutorial Materials
Stars: ✭ 160 (-21.95%)
Mutual labels:  text-to-speech

WaveGlow

A PyTorch implementation of the WaveGlow: A Flow-based Generative Network for Speech Synthesis

Quick Start:

  1. Install requirements:
pip install -r requirements.txt
  1. Download dataset:
wget http://festvox.org/cmu_arctic/cmu_arctic/packed/cmu_us_slt_arctic-0.95-release.tar.bz2
tar xf cmu_us_slt_arctic-0.95-release.tar.bz2
  1. Extract features: feature extracting pipeline is the same as tacotron

  2. Training with default hyperparams:

python train.py
  1. Synthesize from model:
python generate.py --checkpoint=/path/to/model --local_condition_file=/path/to/local_conditon

Notes:

  • This is not official implementation, some details are not necessarily correct.
  • Work in progress.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].