Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 556 Bytes

Voice Cloning and Text to Speech Synthesis

Encoder

.
├── README.md
├── __init__.py
├── audio.py
├── config.py
├── data_objects
│   ├── __init__.py
│   ├── random_cycler.py
│   ├── speaker.py
│   ├── speaker_batch.py
│   ├── speaker_verification_dataset.py
│   └── utterance.py
├── inference.py
├── model.py
├── params_data.py
├── params_model.py
├── preprocess.py
├── train.py
└── visualizations.py