.env.example
.gitignore
.pre-commit-config.yaml
.project-root
.pylintrc
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
synthesis.ipynb
.github/PULL_REQUEST_TEMPLATE.md
.github/codecov.yml
.github/dependabot.yml
.github/release-drafter.yml
configs/__init__.py
configs/eval.yaml
configs/train.yaml
configs/callbacks/default.yaml
configs/callbacks/model_checkpoint.yaml
configs/callbacks/model_summary.yaml
configs/callbacks/none.yaml
configs/callbacks/rich_progress_bar.yaml
configs/data/hi-fi_en-US_female.yaml
configs/data/ljspeech.yaml
configs/data/vctk.yaml
configs/debug/default.yaml
configs/debug/fdr.yaml
configs/debug/limit.yaml
configs/debug/overfit.yaml
configs/debug/profiler.yaml
configs/experiment/hifi_dataset_piper_phonemizer.yaml
configs/experiment/ljspeech.yaml
configs/experiment/ljspeech_from_durations.yaml
configs/experiment/ljspeech_min_memory.yaml
configs/experiment/multispeaker.yaml
configs/extras/default.yaml
configs/hparams_search/mnist_optuna.yaml
configs/hydra/default.yaml
configs/local/.gitkeep
configs/logger/aim.yaml
configs/logger/comet.yaml
configs/logger/csv.yaml
configs/logger/many_loggers.yaml
configs/logger/mlflow.yaml
configs/logger/neptune.yaml
configs/logger/tensorboard.yaml
configs/logger/wandb.yaml
configs/model/matcha.yaml
configs/model/cfm/default.yaml
configs/model/decoder/default.yaml
configs/model/encoder/default.yaml
configs/model/optimizer/adam.yaml
configs/paths/default.yaml
configs/trainer/cpu.yaml
configs/trainer/ddp.yaml
configs/trainer/ddp_sim.yaml
configs/trainer/default.yaml
configs/trainer/gpu.yaml
configs/trainer/mps.yaml
matcha/VERSION
matcha/__init__.py
matcha/app.py
matcha/cli.py
matcha/train.py
matcha/data/__init__.py
matcha/data/text_mel_datamodule.py
matcha/data/components/__init__.py
matcha/hifigan/LICENSE
matcha/hifigan/README.md
matcha/hifigan/__init__.py
matcha/hifigan/config.py
matcha/hifigan/denoiser.py
matcha/hifigan/env.py
matcha/hifigan/meldataset.py
matcha/hifigan/models.py
matcha/hifigan/xutils.py
matcha/models/__init__.py
matcha/models/baselightningmodule.py
matcha/models/matcha_tts.py
matcha/models/components/__init__.py
matcha/models/components/decoder.py
matcha/models/components/flow_matching.py
matcha/models/components/text_encoder.py
matcha/models/components/transformer.py
matcha/onnx/__init__.py
matcha/onnx/export.py
matcha/onnx/infer.py
matcha/text/__init__.py
matcha/text/cleaners.py
matcha/text/numbers.py
matcha/text/symbols.py
matcha/utils/__init__.py
matcha/utils/audio.py
matcha/utils/generate_data_statistics.py
matcha/utils/get_durations_from_trained_model.py
matcha/utils/instantiators.py
matcha/utils/logging_utils.py
matcha/utils/model.py
matcha/utils/pylogger.py
matcha/utils/rich_utils.py
matcha/utils/utils.py
matcha/utils/monotonic_align/__init__.py
matcha/utils/monotonic_align/core.c
matcha/utils/monotonic_align/core.pyx
matcha/utils/monotonic_align/setup.py
matcha_tts.egg-info/PKG-INFO
matcha_tts.egg-info/SOURCES.txt
matcha_tts.egg-info/dependency_links.txt
matcha_tts.egg-info/entry_points.txt
matcha_tts.egg-info/requires.txt
matcha_tts.egg-info/top_level.txt
notebooks/.gitkeep
scripts/schedule.sh