.
├── README.md
├── __init__.py
├── audio.py
├── feeder.py
├── hparams.py
├── inference.py
├── infolog.py
├── models
│ ├── __init__.py
│ ├── architecture_wrappers.py
│ ├── attention.py
│ ├── custom_decoder.py
│ ├── helpers.py
│ ├── modules.py
│ └── tacotron.py
├── preprocess.py
├── synthesize.py
├── tacotron2.py
├── train.py
└── utils
├── __init__.py
├── _cmudict.py
├── cleaners.py
├── numbers.py
├── plot.py
├── symbols.py
└── text.py