LICENSE
MANIFEST.in
README.md
pyproject.toml
src/chatterbox/__init__.py
src/chatterbox/__main__.py
src/chatterbox/cli.py
src/chatterbox/generation_utils.py
src/chatterbox/mtl_tts.py
src/chatterbox/mtl_tts_mlx.py
src/chatterbox/tts.py
src/chatterbox/tts_mlx.py
src/chatterbox/vc.py
src/chatterbox/models/__init__.py
src/chatterbox/models/utils.py
src/chatterbox/models/s3gen/__init__.py
src/chatterbox/models/s3gen/configs.py
src/chatterbox/models/s3gen/const.py
src/chatterbox/models/s3gen/decoder.py
src/chatterbox/models/s3gen/f0_predictor.py
src/chatterbox/models/s3gen/flow.py
src/chatterbox/models/s3gen/flow_matching.py
src/chatterbox/models/s3gen/hifigan.py
src/chatterbox/models/s3gen/s3gen.py
src/chatterbox/models/s3gen/xvector.py
src/chatterbox/models/s3gen/matcha/decoder.py
src/chatterbox/models/s3gen/matcha/flow_matching.py
src/chatterbox/models/s3gen/matcha/text_encoder.py
src/chatterbox/models/s3gen/matcha/transformer.py
src/chatterbox/models/s3gen/transformer/__init__.py
src/chatterbox/models/s3gen/transformer/activation.py
src/chatterbox/models/s3gen/transformer/attention.py
src/chatterbox/models/s3gen/transformer/convolution.py
src/chatterbox/models/s3gen/transformer/embedding.py
src/chatterbox/models/s3gen/transformer/encoder_layer.py
src/chatterbox/models/s3gen/transformer/positionwise_feed_forward.py
src/chatterbox/models/s3gen/transformer/subsampling.py
src/chatterbox/models/s3gen/transformer/upsample_encoder.py
src/chatterbox/models/s3gen/utils/class_utils.py
src/chatterbox/models/s3gen/utils/mask.py
src/chatterbox/models/s3gen/utils/mel.py
src/chatterbox/models/s3gen_mlx/__init__.py
src/chatterbox/models/s3gen_mlx/convert_weights.py
src/chatterbox/models/s3gen_mlx/decoder_mlx.py
src/chatterbox/models/s3gen_mlx/f0_predictor_mlx.py
src/chatterbox/models/s3gen_mlx/flow_matching_mlx.py
src/chatterbox/models/s3gen_mlx/flow_mlx.py
src/chatterbox/models/s3gen_mlx/hifigan_mlx.py
src/chatterbox/models/s3gen_mlx/s3gen_mlx.py
src/chatterbox/models/s3gen_mlx/xvector_mlx.py
src/chatterbox/models/s3gen_mlx/matcha/__init__.py
src/chatterbox/models/s3gen_mlx/matcha/decoder_mlx.py
src/chatterbox/models/s3gen_mlx/matcha/transformer_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/__init__.py
src/chatterbox/models/s3gen_mlx/transformer/attention_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/convolution_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/embedding_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/encoder_layer_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/feed_forward_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/subsampling_mlx.py
src/chatterbox/models/s3gen_mlx/transformer/upsample_encoder_mlx.py
src/chatterbox/models/s3gen_mlx/utils/__init__.py
src/chatterbox/models/s3gen_mlx/utils/mask_mlx.py
src/chatterbox/models/s3gen_mlx/utils/mel_mlx.py
src/chatterbox/models/s3tokenizer/__init__.py
src/chatterbox/models/s3tokenizer/s3tokenizer.py
src/chatterbox/models/t3/__init__.py
src/chatterbox/models/t3/llama_configs.py
src/chatterbox/models/t3/t3.py
src/chatterbox/models/t3/inference/alignment_stream_analyzer.py
src/chatterbox/models/t3/inference/t3_hf_backend.py
src/chatterbox/models/t3/modules/cond_enc.py
src/chatterbox/models/t3/modules/learned_pos_emb.py
src/chatterbox/models/t3/modules/perceiver.py
src/chatterbox/models/t3/modules/t3_config.py
src/chatterbox/models/t3_mlx/__init__.py
src/chatterbox/models/t3_mlx/t3_mlx.py
src/chatterbox/models/t3_mlx/inference/__init__.py
src/chatterbox/models/t3_mlx/inference/alignment_stream_analyzer_mlx.py
src/chatterbox/models/t3_mlx/inference/kv_cache_mlx.py
src/chatterbox/models/t3_mlx/inference/sampling_utils_mlx.py
src/chatterbox/models/t3_mlx/inference/t3_mlx_backend.py
src/chatterbox/models/t3_mlx/modules/__init__.py
src/chatterbox/models/t3_mlx/modules/cond_enc_mlx.py
src/chatterbox/models/t3_mlx/modules/learned_pos_emb_mlx.py
src/chatterbox/models/t3_mlx/modules/llama_mlx.py
src/chatterbox/models/t3_mlx/modules/perceiver_mlx.py
src/chatterbox/models/t3_mlx/quantization/__init__.py
src/chatterbox/models/t3_mlx/quantization/quantize_mlx.py
src/chatterbox/models/t3_mlx/utils/__init__.py
src/chatterbox/models/t3_mlx/utils/convert_weights.py
src/chatterbox/models/tokenizers/__init__.py
src/chatterbox/models/tokenizers/tokenizer.py
src/chatterbox/models/voice_encoder/__init__.py
src/chatterbox/models/voice_encoder/config.py
src/chatterbox/models/voice_encoder/melspec.py
src/chatterbox/models/voice_encoder/voice_encoder.py
src/chatterbox_mlx.egg-info/PKG-INFO
src/chatterbox_mlx.egg-info/SOURCES.txt
src/chatterbox_mlx.egg-info/dependency_links.txt
src/chatterbox_mlx.egg-info/entry_points.txt
src/chatterbox_mlx.egg-info/requires.txt
src/chatterbox_mlx.egg-info/top_level.txt