Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 373 Bytes

Voice Cloning and Text to Speech Synthesis

Vocoder

.
├── README.md
├── audio.py
├── display.py
├── distribution.py
├── gen_wavernn.py
├── hparams.py
├── inference.py
├── models
│   ├── deepmind_version.py
│   └── fatchord_version.py
├── train.py
└── vocoder_dataset.py