LICENSE
README.md
setup.py
parrots/__init__.py
parrots/asr.py
parrots/chinese_utils.py
parrots/cli.py
parrots/cnhubert.py
parrots/english_utils.py
parrots/japanese_utils.py
parrots/log.py
parrots/mel_processing.py
parrots/patched_mha_with_cache.py
parrots/pinyin2hanzi.py
parrots/symbols.py
parrots/synthesizer_model.py
parrots/synthesizer_utils.py
parrots/t2s_model.py
parrots/t2s_utils.py
parrots/text_utils.py
parrots/tone_sandhi.py
parrots/tts.py
parrots/utils.py
parrots/wav_util.py
parrots.egg-info/PKG-INFO
parrots.egg-info/SOURCES.txt
parrots.egg-info/dependency_links.txt
parrots.egg-info/entry_points.txt
parrots.egg-info/not-zip-safe
parrots.egg-info/requires.txt
parrots.egg-info/top_level.txt
parrots/data/cmudict.rep
parrots/data/cmudict_cache.pickle
parrots/data/opencpop-strict.txt
parrots/data/pinyin2hanzi/char_idx.txt
parrots/data/pinyin2hanzi/dic_pinyin.txt
parrots/data/pinyin2hanzi/mapping.json
parrots/data/pinyin2hanzi/pinyin_hanzi_dict.txt
parrots/data/pinyin2hanzi/word_idx.txt
parrots/indextts/__init__.py
parrots/indextts/inference.py
parrots/indextts/BigVGAN/ECAPA_TDNN.py
parrots/indextts/BigVGAN/__init__.py
parrots/indextts/BigVGAN/activations.py
parrots/indextts/BigVGAN/bigvgan.py
parrots/indextts/BigVGAN/models.py
parrots/indextts/BigVGAN/utils.py
parrots/indextts/BigVGAN/alias_free_activation/__init__.py
parrots/indextts/BigVGAN/alias_free_activation/cuda/__init__.py
parrots/indextts/BigVGAN/alias_free_activation/cuda/activation1d.py
parrots/indextts/BigVGAN/alias_free_activation/cuda/load.py
parrots/indextts/BigVGAN/alias_free_activation/torch/__init__.py
parrots/indextts/BigVGAN/alias_free_activation/torch/act.py
parrots/indextts/BigVGAN/alias_free_activation/torch/filter.py
parrots/indextts/BigVGAN/alias_free_activation/torch/resample.py
parrots/indextts/BigVGAN/alias_free_torch/__init__.py
parrots/indextts/BigVGAN/alias_free_torch/act.py
parrots/indextts/BigVGAN/alias_free_torch/filter.py
parrots/indextts/BigVGAN/alias_free_torch/resample.py
parrots/indextts/BigVGAN/nnet/CNN.py
parrots/indextts/BigVGAN/nnet/__init__.py
parrots/indextts/BigVGAN/nnet/linear.py
parrots/indextts/BigVGAN/nnet/normalization.py
parrots/indextts/gpt/__init__.py
parrots/indextts/gpt/conformer_encoder.py
parrots/indextts/gpt/model.py
parrots/indextts/gpt/model_v2.py
parrots/indextts/gpt/perceiver.py
parrots/indextts/gpt/transformers_beam_search.py
parrots/indextts/gpt/transformers_generation_utils.py
parrots/indextts/gpt/transformers_gpt2.py
parrots/indextts/gpt/transformers_modeling_utils.py
parrots/indextts/gpt/conformer/__init__.py
parrots/indextts/gpt/conformer/attention.py
parrots/indextts/gpt/conformer/embedding.py
parrots/indextts/gpt/conformer/subsampling.py
parrots/indextts/utils/__init__.py
parrots/indextts/utils/arch_util.py
parrots/indextts/utils/checkpoint.py
parrots/indextts/utils/common.py
parrots/indextts/utils/feature_extractors.py
parrots/indextts/utils/front.py
parrots/indextts/utils/maskgct_utils.py
parrots/indextts/utils/typical_sampling.py
parrots/indextts/utils/utils.py
parrots/indextts/utils/xtransformers.py
tests/test_asr.py
tests/test_tts.py