Home

Awesome

WaveRNN

This code is forked from https://github.com/fatchord/WaveRNN and optimized for Mozilla-TTS.

Released Models

ModelsDatasetCommitAudio SampleTTS modelDetails
mold modelLJspeech8a1c152soundcloudTacotron2-iter-260KModel with Mixture of Logistic Distribution
10bit modelLJSpeechfaea90bsoundcloudTacotron2-iter-260K10bit Softmax output
universal vocoderLibriTTS12c8744soundcloud-(details)

Check this TTS notebook to see TTS+WaveRNN in action. To train your own model, you can use ExtractTTSSpectrogram to generate spectrograms by TTS and train WaveRNN. It might be also interesting to check this TTS issue to catchup with the current state.