.codecrate.toml
.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
AGENTS.md
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/README.md
docs/advanced_features.rst
docs/api_reference.rst
docs/basic_usage.rst
docs/changelog.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/make.py
docs/pipeline_stages.rst
docs/quickstart.rst
docs/requirements.txt
examples/__init__.py
examples/abbreviations.py
examples/automatic_pauses_demo.py
examples/backend_comparison.py
examples/boundary_detection_analysis.py
examples/chinese.py
examples/contractions.py
examples/contractions_advanced.py
examples/contractions_advanced.ssmd
examples/cpu_benchmark.py
examples/dash_variations.py
examples/english.py
examples/french.py
examples/generation_config_demo.py
examples/german.py
examples/gpu_benchmark.py
examples/headings_demo.py
examples/hf_v11zh_demo.py
examples/hindi.py
examples/homographs.py
examples/italian.py
examples/japanese.py
examples/korean.py
examples/mixed_language.py
examples/model_source_comparison.py
examples/optimal_phoneme_length_demo.py
examples/pauses_demo.py
examples/pauses_with_splitting.py
examples/phoneme_dictionary.json
examples/phoneme_dictionary_demo.py
examples/phoneme_diff_comparison.py
examples/phoneme_print_demo.py
examples/pipeline_g2p_onnx_minimal.py
examples/pipeline_stage_showcase.py
examples/podcast.py
examples/portuguese.py
examples/prosody_demo.py
examples/provider_config_demo.py
examples/provider_info.py
examples/punctuation.py
examples/punctuation_variations.py
examples/quality_comparison.py
examples/repro_dup_words.py
examples/say_as_demo.py
examples/short_sentence_demo.py
examples/short_sentence_voices_demo.py
examples/spanish.py
examples/split_and_phonemize_demo.py
examples/ssmd_demo.py
examples/token_length_effects.py
examples/transcript_demo.py
examples/voice_slerp_demo.py
examples/voices.py
pykokoro/__init__.py
pykokoro/_version.py
pykokoro/audio_generator.py
pykokoro/constants.py
pykokoro/exceptions.py
pykokoro/generation_config.py
pykokoro/mixed_language_handler.py
pykokoro/onnx_backend.py
pykokoro/onnx_session.py
pykokoro/phoneme_dictionary.py
pykokoro/pipeline.py
pykokoro/pipeline_config.py
pykokoro/prosody.py
pykokoro/provider_config.py
pykokoro/say_as.py
pykokoro/short_sentence_handler.py
pykokoro/ssmd_parser.py
pykokoro/tokenizer.py
pykokoro/transcript.py
pykokoro/trim.py
pykokoro/types.py
pykokoro/utils.py
pykokoro/voice_manager.py
pykokoro.egg-info/PKG-INFO
pykokoro.egg-info/SOURCES.txt
pykokoro.egg-info/dependency_links.txt
pykokoro.egg-info/requires.txt
pykokoro.egg-info/top_level.txt
pykokoro/debug/__init__.py
pykokoro/debug/segment_invariants.py
pykokoro/runtime/__init__.py
pykokoro/runtime/cache.py
pykokoro/runtime/spans.py
pykokoro/runtime/tracing.py
pykokoro/stages/__init__.py
pykokoro/stages/protocols.py
pykokoro/stages/audio_generation/__init__.py
pykokoro/stages/audio_generation/base.py
pykokoro/stages/audio_generation/noop.py
pykokoro/stages/audio_generation/onnx.py
pykokoro/stages/audio_postprocessing/__init__.py
pykokoro/stages/audio_postprocessing/base.py
pykokoro/stages/audio_postprocessing/noop.py
pykokoro/stages/audio_postprocessing/onnx.py
pykokoro/stages/doc_parsers/__init__.py
pykokoro/stages/doc_parsers/plain.py
pykokoro/stages/doc_parsers/ssmd.py
pykokoro/stages/g2p/__init__.py
pykokoro/stages/g2p/base.py
pykokoro/stages/g2p/kokorog2p.py
pykokoro/stages/g2p/noop.py
pykokoro/stages/phoneme_processing/__init__.py
pykokoro/stages/phoneme_processing/base.py
pykokoro/stages/phoneme_processing/noop.py
pykokoro/stages/phoneme_processing/onnx.py
pykokoro/stages/synth/__init__.py
pykokoro/stages/synth/base.py
pykokoro/stages/synth/noop.py
pykokoro/stages/synth/onnx.py
tests/conftest.py
tests/test_audio_splitting.py
tests/test_bug_fixes.py
tests/test_cache.py
tests/test_cache_keys.py
tests/test_downloads.py
tests/test_g2p_abbreviations.py
tests/test_g2p_overrides.py
tests/test_g2p_pause_propagation.py
tests/test_g2p_punctuation.py
tests/test_generation_config.py
tests/test_mixed_language.py
tests/test_phoneme_dictionary.py
tests/test_phrasplit_fallbacks.py
tests/test_phrasplit_overrides.py
tests/test_pipeline_lifecycle.py
tests/test_pipeline_paragraphs.py
tests/test_pipeline_phoneme_consistency.py
tests/test_pipeline_refactor.py
tests/test_prosody.py
tests/test_say_as.py
tests/test_session_manager.py
tests/test_short_sentence_handler.py
tests/test_spans.py
tests/test_splitter_no_overlap.py
tests/test_splitter_offsets.py
tests/test_ssmd.py
tests/test_ssmd_deterministic_breaks.py
tests/test_tokenizer.py
tests/test_trim.py
tests/test_utils.py
tests/test_voice_manager.py
tests/test_voice_switching_pipeline.py