.codecrate.toml
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/promote_voice_calibration.py
benchmarks/voice_level_benchmark.py
benchmarks/data/voice_level_policy.json
docs/architecture.md
docs/changelog.md
docs/performance.md
docs/providers.md
docs/troubleshooting.md
examples/README.md
examples/__init__.py
examples/_output.py
examples/all_voices.py
examples/basic.py
examples/download_and_synthesize.py
examples/german.py
examples/homographs.py
examples/long_text.py
examples/punctuation.py
examples/run_all.py
examples/stream.py
pipersynth/__init__.py
pipersynth/_onnxvoice.py
pipersynth/_version.py
pipersynth/asset_manager.py
pipersynth/asset_progress.py
pipersynth/assets.py
pipersynth/audio.py
pipersynth/config.py
pipersynth/convenience.py
pipersynth/diagnostics.py
pipersynth/errors.py
pipersynth/py.typed
pipersynth/session.py
pipersynth/types.py
pipersynth/voice.py
pipersynth/voice_level.py
pipersynth.egg-info/PKG-INFO
pipersynth.egg-info/SOURCES.txt
pipersynth.egg-info/dependency_links.txt
pipersynth.egg-info/requires.txt
pipersynth.egg-info/scm_file_list.json
pipersynth.egg-info/scm_version.json
pipersynth.egg-info/top_level.txt
pipersynth/data/voice_level_calibration.json
tests/test_asset_manager.py
tests/test_asset_progress.py
tests/test_assets.py
tests/test_audio.py
tests/test_config.py
tests/test_engine_public_api.py
tests/test_engine_types.py
tests/test_engine_voice.py
tests/test_example_output.py
tests/test_examples_runner.py
tests/test_imports.py
tests/test_integration.py
tests/test_onnxvoice_boundary.py
tests/test_packaged_voice_calibration_data.py
tests/test_release_artifacts.py
tests/test_session.py
tests/test_version.py
tests/test_voice_level_benchmark.py
tests/test_voice_leveling.py
tests/typecheck/engine_api.py
tests/typecheck/mypy.ini
tools/check_release_artifacts.py