.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
audiocompose/__init__.py
audiocompose/__main__.py
audiocompose/_automation.py
audiocompose/_json_value.py
audiocompose/_version.py
audiocompose/alignment.py
audiocompose/analysis.py
audiocompose/cli.py
audiocompose/composer.py
audiocompose/diagnostics.py
audiocompose/errors.py
audiocompose/job.py
audiocompose/loudness.py
audiocompose/model.py
audiocompose/operations.py
audiocompose/progress.py
audiocompose/py.typed
audiocompose/resampling.py
audiocompose/schema.py
audiocompose/sources.py
audiocompose/timeline.py
audiocompose/wav.py
audiocompose.egg-info/PKG-INFO
audiocompose.egg-info/SOURCES.txt
audiocompose.egg-info/dependency_links.txt
audiocompose.egg-info/entry_points.txt
audiocompose.egg-info/requires.txt
audiocompose.egg-info/scm_file_list.json
audiocompose.egg-info/scm_version.json
audiocompose.egg-info/top_level.txt
audiocompose/schemas/audiojob-v1.schema.json
audiocompose/schemas/audiojob-v2.schema.json
docs/Makefile
docs/architecture.md
docs/changelog.md
docs/conf.py
docs/make.bat
docs/make.py
docs/migration-v0.2.md
docs/requirements.txt
examples/mixed_engines.py
examples/simple_api.py
spec/audiojob-v1.schema.json
spec/audiojob-v2.schema.json
tests/_quality_helpers.py
tests/test_analysis.py
tests/test_audio_quality_integration.py
tests/test_audiocompose_core.py
tests/test_bundle_writes.py
tests/test_cli.py
tests/test_combined_dsp_quality.py
tests/test_contracts_v1.py
tests/test_contracts_v2.py
tests/test_loudness_diagnostics.py
tests/test_mixed_producers.py
tests/test_persistence_strict.py
tests/test_pitch_quality.py
tests/test_progress.py
tests/test_rate_pitch_envelope.py
tests/test_rate_pitch_envelope_quality.py
tests/test_rate_pitch_envelope_timing.py
tests/test_readiness_regressions.py
tests/test_resampling_quality.py
tests/test_schema_resources.py
tests/test_span_identity.py
tests/test_span_validation.py
tests/test_tempo_quality.py
tests/test_timing_operations.py
tests/test_v020_correctness.py
tests/test_v020_models.py
tests/fixtures/simple.audiojob/audiojob.json
tests/fixtures/simple.audiojob/parts/one.wav
tests/fixtures/simple.audiojob/parts/two.wav