LICENSE
README.md
pyproject.toml
src/danceflow_stemlab.egg-info/PKG-INFO
src/danceflow_stemlab.egg-info/SOURCES.txt
src/danceflow_stemlab.egg-info/dependency_links.txt
src/danceflow_stemlab.egg-info/entry_points.txt
src/danceflow_stemlab.egg-info/requires.txt
src/danceflow_stemlab.egg-info/top_level.txt
src/stemlab/__init__.py
src/stemlab/__main__.py
src/stemlab/audio.py
src/stemlab/bootstrap.py
src/stemlab/branding.py
src/stemlab/canonical.py
src/stemlab/cli.py
src/stemlab/manifest.py
src/stemlab/models.py
src/stemlab/pipeline.py
src/stemlab/server.py
src/stemlab/sonic_visualiser.py
src/stemlab/spectrogram.py
src/stemlab/speech.py
src/stemlab/types.py
src/stemlab/util.py
src/stemlab/vamp.py
src/stemlab/vamp_runtime.py
src/stemlab/webui.py
src/stemlab/analysis/__init__.py
src/stemlab/analysis/harmony.py
src/stemlab/analysis/lyrics.py
src/stemlab/analysis/registry.py
src/stemlab/analysis/rhythm.py
src/stemlab/analysis/runner.py
src/stemlab/analysis/semantic_audio.py
src/stemlab/analysis/semantic_text.py
src/stemlab/analysis/song_map.py
src/stemlab/analysis/sonic.py
src/stemlab/analysis/structure.py
src/stemlab/analysis/transcription.py
src/stemlab/beats/__init__.py
src/stemlab/beats/base.py
src/stemlab/beats/beatnet.py
src/stemlab/beats/beatthis.py
src/stemlab/beats/beattransformer.py
src/stemlab/beats/common.py
src/stemlab/separators/__init__.py
src/stemlab/separators/base.py
src/stemlab/separators/bsroformer.py
src/stemlab/separators/common.py
src/stemlab/separators/demucs.py
src/stemlab/separators/openunmix.py
src/stemlab/separators/scnet.py
src/stemlab/web/app.js
src/stemlab/web/arcadians-cover.jpg
src/stemlab/web/arcadians-reference.json
src/stemlab/web/canonical.js
src/stemlab/web/index.html
src/stemlab/web/style.css
tests/test_analysis_registry.py
tests/test_arcadians_fixture.py
tests/test_audio_normalization.py
tests/test_beat_consensus.py
tests/test_beatnet_compat.py
tests/test_branding.py
tests/test_canonical.py
tests/test_canonical_extended.py
tests/test_deep_harmony.py
tests/test_deep_lyrics.py
tests/test_deep_sonic_rhythm.py
tests/test_distribution_identity.py
tests/test_manifest.py
tests/test_models.py
tests/test_repository_hygiene.py
tests/test_server.py
tests/test_song_map.py
tests/test_sonic_visualiser.py
tests/test_sonic_visualiser_workspace.py
tests/test_vamp.py
tests/test_vamp_runtime.py
tests/test_web_frontend.py