gitextract_31fi3jc2/ ├── .github/ │ └── stale.yml ├── .gitignore ├── .gitmodules ├── .travis.yml ├── LICENSE.md ├── README.md ├── data/ │ └── .gitignore ├── evaluation_tts.py ├── evaluation_vc.py ├── gantts/ │ ├── __init__.py │ ├── models.py │ ├── multistream.py │ └── seqloss.py ├── generated/ │ └── .gitignore ├── hparams.py ├── notebooks/ │ ├── Test RNN VC.ipynb │ ├── Test TTS.ipynb │ └── Test VC.ipynb ├── prepare_features_tts.py ├── prepare_features_vc.py ├── release.sh ├── setup.py ├── tests/ │ └── test_gantts.py ├── tox.ini ├── train.py ├── train_gan.sh ├── tts_demo.sh └── vc_demo.sh