A method to generate speech across multiple speakers
☆874Mar 21, 2019Updated 6 years ago
Alternatives and similar repositories for loop
Users that are interested in loop are comparing it to the libraries listed below
Sorting:
- RNN-based generative models for speech.☆610Jun 23, 2017Updated 8 years ago
- Tensorflow Implementation of Expressive Tacotron☆196Nov 3, 2018Updated 7 years ago
- A PyTorch implementation of the FFTNet: a Real-Time Speaker-Dependent Neural Vocoder☆94Jul 17, 2018Updated 7 years ago
- Speedy Wavenet generation using dynamic programming☆1,772Jun 20, 2017Updated 8 years ago
- Reference implementation of real-time autoregressive wavenet inference☆746Jan 19, 2021Updated 5 years ago
- This is now the official location of the Merlin project.☆1,322Mar 3, 2020Updated 5 years ago
- A Pytorch implementation of "FloWaveNet: A Generative Flow for Raw Audio"☆490Apr 23, 2019Updated 6 years ago
- A PyTorch implementation of the WaveGlow: A Flow-based Generative Network for Speech Synthesis☆205Nov 6, 2018Updated 7 years ago
- PyTorch implementation of GAN-based text-to-speech synthesis and voice conversion (VC)☆518Nov 1, 2020Updated 5 years ago
- PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models☆1,982Dec 19, 2023Updated 2 years ago
- A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model☆1,835Jan 17, 2022Updated 4 years ago
- End-2-end speech synthesis with recurrent neural networks☆223Feb 24, 2024Updated 2 years ago
- WaveNet-Vocoder implementation with pytorch.☆300Jun 8, 2020Updated 5 years ago
- A tensorflow implementation of the "Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis"☆366Dec 6, 2018Updated 7 years ago
- A TensorFlow implementation of DeepMind's WaveNet paper☆5,437Jul 12, 2023Updated 2 years ago
- Fatcord's Alternative WaveRNN (Faster training)☆132Nov 29, 2020Updated 5 years ago
- Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)☆2,114Jan 4, 2022Updated 4 years ago
- PyTorch implementation of Tacotron speech synthesis model.☆311Jul 12, 2019Updated 6 years ago
- Library to build speech synthesis systems designed for easy and fast prototyping.☆398Jun 29, 2024Updated last year
- Deep neural networks for voice conversion (voice style transfer) in Tensorflow☆3,940Sep 30, 2022Updated 3 years ago
- A Pytorch Implementation of ClariNet☆292Aug 5, 2019Updated 6 years ago
- Code to train and run Blow☆145Sep 4, 2019Updated 6 years ago
- Inferring and Executing Programs for Visual Reasoning☆802Aug 30, 2021Updated 4 years ago
- The Implementation of FastSpeech based on pytorch.☆880Jul 6, 2023Updated 2 years ago
- SampleRNN: An Unconditional End-to-End Neural Audio Generation Model☆544Nov 12, 2021Updated 4 years ago
- A Flow-based Generative Network for Speech Synthesis☆2,337Oct 19, 2023Updated 2 years ago
- ☆14Jul 2, 2019Updated 6 years ago
- A Pytorch implementation of WaveVAE ("Parallel Neural Text-to-Speech")☆126Feb 24, 2024Updated 2 years ago
- A WaveRNN implementation☆201Oct 14, 2019Updated 6 years ago
- PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM☆1,265Feb 12, 2022Updated 4 years ago
- Implementation of Google's Tacotron in TensorFlow☆236May 11, 2018Updated 7 years ago
- A easy to use API to store outputs from forward/backward hooks in Pytorch☆36Aug 19, 2019Updated 6 years ago
- Speech-to-Text-WaveNet : End-to-end sentence level English speech recognition based on DeepMind's WaveNet and tensorflow☆4,009Oct 8, 2021Updated 4 years ago
- A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)☆2,989Jul 6, 2023Updated 2 years ago
- A pytorch implementation of FFTNet.☆37Aug 31, 2018Updated 7 years ago
- Tensorflow Implementation of Deep Voice 3☆449Mar 14, 2018Updated 7 years ago
- Demos, pretrained models, and (WIP) code supporting Representation Mixing☆51Dec 18, 2018Updated 7 years ago
- FFTNet vocoder implementation☆81Sep 28, 2018Updated 7 years ago
- Run fully connected artificial neural networks with dropout applied (mini)batchwise, rather than samplewise. Given two hidden layers each…