LICENSE
README.md
setup.py
src/str2speech/__init__.py
src/str2speech/bark_tts.py
src/str2speech/base_tts.py
src/str2speech/cloner.py
src/str2speech/kokoro_tts.py
src/str2speech/main.py
src/str2speech/mega3_tts.py
src/str2speech/mms_tts.py
src/str2speech/sesame_g.py
src/str2speech/sesame_m.py
src/str2speech/sesame_tts.py
src/str2speech/spark_tts.py
src/str2speech/speaker.py
src/str2speech/speecht5_tts.py
src/str2speech/utils.py
src/str2speech/zonos_tts.py
src/str2speech.egg-info/PKG-INFO
src/str2speech.egg-info/SOURCES.txt
src/str2speech.egg-info/dependency_links.txt
src/str2speech.egg-info/entry_points.txt
src/str2speech.egg-info/requires.txt
src/str2speech.egg-info/top_level.txt
src/str2speech/megatts3/__init__.py
src/str2speech/megatts3/tts/__init__.py
src/str2speech/megatts3/tts/frontend_function.py
src/str2speech/megatts3/tts/infer_cli.py
src/str2speech/megatts3/tts/modules/__init__.py
src/str2speech/megatts3/tts/modules/aligner/__init__.py
src/str2speech/megatts3/tts/modules/aligner/whisper_small.py
src/str2speech/megatts3/tts/modules/ar_dur/__init__.py
src/str2speech/megatts3/tts/modules/ar_dur/ar_dur_predictor.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/__init__.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/layers.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/nar_tts_modules.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/rel_transformer.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/rot_transformer.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/seq_utils.py
src/str2speech/megatts3/tts/modules/ar_dur/commons/transformer.py
src/str2speech/megatts3/tts/modules/llm_dit/__init__.py
src/str2speech/megatts3/tts/modules/llm_dit/cfm.py
src/str2speech/megatts3/tts/modules/llm_dit/dit.py
src/str2speech/megatts3/tts/modules/llm_dit/time_embedding.py
src/str2speech/megatts3/tts/modules/llm_dit/transformer.py
src/str2speech/megatts3/tts/modules/wavvae/__init__.py
src/str2speech/megatts3/tts/modules/wavvae/decoder/__init__.py
src/str2speech/megatts3/tts/modules/wavvae/decoder/diag_gaussian.py
src/str2speech/megatts3/tts/modules/wavvae/decoder/hifigan_modules.py
src/str2speech/megatts3/tts/modules/wavvae/decoder/seanet_encoder.py
src/str2speech/megatts3/tts/modules/wavvae/decoder/wavvae_v3.py
src/str2speech/megatts3/tts/modules/wavvae/encoder/__init__.py
src/str2speech/megatts3/tts/modules/wavvae/encoder/common_modules/__init__.py
src/str2speech/megatts3/tts/modules/wavvae/encoder/common_modules/conv.py
src/str2speech/megatts3/tts/modules/wavvae/encoder/common_modules/lstm.py
src/str2speech/megatts3/tts/modules/wavvae/encoder/common_modules/seanet.py
src/str2speech/megatts3/tts/utils/__init__.py
src/str2speech/megatts3/tts/utils/audio_utils/__init__.py
src/str2speech/megatts3/tts/utils/audio_utils/align.py
src/str2speech/megatts3/tts/utils/audio_utils/io.py
src/str2speech/megatts3/tts/utils/audio_utils/plot.py
src/str2speech/megatts3/tts/utils/commons/__init__.py
src/str2speech/megatts3/tts/utils/commons/ckpt_utils.py
src/str2speech/megatts3/tts/utils/commons/hparams.py
src/str2speech/megatts3/tts/utils/text_utils/__init__.py
src/str2speech/megatts3/tts/utils/text_utils/ph_tone_convert.py
src/str2speech/megatts3/tts/utils/text_utils/split_text.py
src/str2speech/megatts3/tts/utils/text_utils/text_encoder.py
src/str2speech/zonos/__init__.py
src/str2speech/zonos/autoencoder.py
src/str2speech/zonos/codebook_pattern.py
src/str2speech/zonos/conditioning.py
src/str2speech/zonos/config.py
src/str2speech/zonos/model.py
src/str2speech/zonos/sampling.py
src/str2speech/zonos/speaker_cloning.py
src/str2speech/zonos/utils.py
src/str2speech/zonos/backbone/__init__.py
src/str2speech/zonos/backbone/_torch.py