MANIFEST.in
README.md
pyproject.toml
requirements.txt
assets/audio/arabic_female.wav
assets/audio/chinese_female.wav
assets/audio/english_female.wav
assets/audio/english_male.wav
assets/audio/french_female.wav
assets/audio/hindi_male.wav
assets/audio/russian_female.wav
assets/audio/spanish_male.wav
assets/audio/swedish_male.wav
assets/benchmark/common_voice_en_10119832.wav
assets/benchmark/common_voice_en_103675.wav
assets/benchmark/common_voice_en_10933823.wav
assets/benchmark/common_voice_en_120405.wav
assets/benchmark/common_voice_en_1205005.wav
assets/benchmark/common_voice_en_123125.wav
assets/benchmark/meta.csv
configs/generator.json
configs/speaking_rate.json
tests/test_run_output_regression.py
voxtream/__init__.py
voxtream/app.py
voxtream/benchmark.py
voxtream/client.py
voxtream/config.py
voxtream/dataset.py
voxtream/generator.py
voxtream/model.py
voxtream/run.py
voxtream/server.py
voxtream/train.py
voxtream/trainer.py
voxtream.egg-info/PKG-INFO
voxtream.egg-info/SOURCES.txt
voxtream.egg-info/dependency_links.txt
voxtream.egg-info/entry_points.txt
voxtream.egg-info/requires.txt
voxtream.egg-info/top_level.txt
voxtream/utils/__init__.py
voxtream/utils/model.py
voxtream/utils/sampling.py
voxtream/utils/sidon_se.py
voxtream/utils/sink_attention.py
voxtream/utils/trainer.py
voxtream/utils/aligner/__init__.py
voxtream/utils/aligner/base.py
voxtream/utils/aligner/charsiu.py
voxtream/utils/aligner/clap_ipa.py
voxtream/utils/aligner/phoneme_aligner.py
voxtream/utils/dataset/__init__.py
voxtream/utils/dataset/align.py
voxtream/utils/dataset/clap_ipa_aligner.py
voxtream/utils/dataset/extract_phonemes.py
voxtream/utils/dataset/mimi.py
voxtream/utils/dataset/speaker_encoder.py
voxtream/utils/generator/__init__.py
voxtream/utils/generator/context.py
voxtream/utils/generator/helpers.py
voxtream/utils/generator/prompt.py
voxtream/utils/generator/runtime.py
voxtream/utils/generator/setup.py
voxtream/utils/generator/text.py
voxtream/utils/test/asr.py
voxtream/utils/test/ecapa_tdnn.py
voxtream/utils/test/run.py
voxtream/utils/test/spk_sim.py
voxtream/utils/test/utmos.py
voxtream/utils/text/__init__.py
voxtream/utils/text/base_phonemizer.py
voxtream/utils/text/normalizer.py
voxtream/utils/text/number_norm.py
voxtream/utils/text/phonemizer.py
voxtream/utils/text/punctuation.py
voxtream/utils/text/time_norm.py