BLOG.md
LICENSE
MANIFEST.in
README.md
benchmark.sh
pyproject.toml
setup.sh
benchmarks/baseline.py
benchmarks/chunk_sweep.py
benchmarks/compare_modes.py
benchmarks/custom_voice.py
benchmarks/generate_non_streaming_samples.py
benchmarks/generate_parity_samples.py
benchmarks/generate_parity_samples_icl.py
benchmarks/parakeet_coexistence.py
benchmarks/streaming.py
benchmarks/throughput.py
examples/audio.py
examples/extract_speaker.py
examples/generate_with_embedding.py
examples/openai_server.py
examples/streaming_playback.py
faster_qwen3_tts/__init__.py
faster_qwen3_tts/cli.py
faster_qwen3_tts/generate.py
faster_qwen3_tts/model.py
faster_qwen3_tts/predictor_graph.py
faster_qwen3_tts/sampling.py
faster_qwen3_tts/streaming.py
faster_qwen3_tts/talker_graph.py
faster_qwen3_tts/utils.py
faster_qwen3_tts.egg-info/PKG-INFO
faster_qwen3_tts.egg-info/SOURCES.txt
faster_qwen3_tts.egg-info/dependency_links.txt
faster_qwen3_tts.egg-info/entry_points.txt
faster_qwen3_tts.egg-info/requires.txt
faster_qwen3_tts.egg-info/top_level.txt
tests/test_e2e_parity.py
tests/test_sample_rate.py
tests/test_sampling.py
tests/test_voice_clone_prompt_api.py