feat(foundry): engine1 sample foundry — URL → audio → stems (CLI + GUI)
The Sample Foundry: turns a track URL into separated stems ready for sampling, replacing the manual yt-dlp → demucs → Audacity dance. - engine/ — pure-ish, importable steps (model/fetch/separate); heavy work shells out to dedicated venvs so the engine runs under system python3 - separate.py = pluggable backend REGISTRY: demucs (engine1, live) + roformer (engine2, stubbed) behind one --backend interface - foundry.py — CLI driver (fetch/sep/catch/list/backends/serve), tide.py-style - server.py — stdlib GUI backend with job-progress + HTTP Range (audio seek) - ui/index.html — self-contained GUI in the armada Ship's Bridge tokens; stems colour-coded by role (bass/drums/other/vocals) - tests/ — 10 unit tests on the pure parts (slug, info-parse, argv, registry) - README — workflow, engine1→engine2 roadmap incl. Roformer hyperparams + 6GB VRAM caveat, phase-2 loop-finder charter, UX surface Validated end-to-end on the Loituma test catch.
Showing
tools/foundry/.gitignore
0 → 100644
tools/foundry/README.md
0 → 100644
tools/foundry/engine/__init__.py
0 → 100644
tools/foundry/engine/fetch.py
0 → 100644
tools/foundry/engine/model.py
0 → 100644
tools/foundry/engine/separate.py
0 → 100644
tools/foundry/foundry.py
0 → 100644
tools/foundry/server.py
0 → 100644
tools/foundry/tests/test_engine.py
0 → 100644
tools/foundry/ui/index.html
0 → 100644
Please
register
or
sign in
to comment