Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
T
Tidal
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • Tidal
  • Repository

Switch branch/tag
  • Tidal
  • tools
  • foundry
  • engine
  • fetch.py
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    feat(foundry): engine1 sample foundry — URL → audio → stems (CLI + GUI) · 9eb2e66f
    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.
    PLN (Algolia) authored Jun 22, 2026
    9eb2e66f
fetch.py 3.49 KB
EditWeb IDE
×

Replace fetch.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.