WaveRNN logo

WaveRNN

Enrichment pending
fatchord/WaveRNN

WaveRNN Vocoder + TTS

GraphCanon updated today · GitHub synced today

2.2k
Stars
687
Forks
108
Open issues
85
Watchers
4y
Last push
Python MITCreated Mar 16, 2018

Trust & integrity

Full report
Maintenance
Dormant (1469d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No criticals
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

WaveRNN Vocoder + TTS

Capability facts

Languages
python

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

* Python >= 3.6
Source link

Tags

README

Installation

Ensure you have:

Then install the rest with pip:

pip install -r requirements.txt


Quick Start

If you want to use TTS functionality immediately you can simply use:

python quick_start.py

This will generate everything in the default sentences.txt file and output to a new 'quick_start' folder where you can playback the wav files and take a look at the attention plots

You can also use that script to generate custom tts sentences and/or use '-u' to generate unbatched (better audio quality):

python quick_start.py -u --input_text "What will happen if I run this command?"