Skip to content
mzuelch edited this page Jan 24, 2026 · 4 revisions

PATCHBAY Wiki

PATCHBAY is a desktop GUI (DearPyGui) plus a lightweight backend wrapper for running the facebook/SAM-Audio model family on long audio with:

  • Chunking (windowing + overlap + reconstruction)
  • Temporal anchors (span prompting)
  • Model discovery from the HuggingFace collection facebook/sam-audio with (local)/(online) indicators
  • AudioFX plugins (applied to input, target, residual) with per-stream persistent parameters
  • Run workflow UI with Run / Abort and progress reporting
  • A parameter summary view plus buttons to Copy or Save a reproducible backend-call snippet

Quick links

Conceptual workflow

Input & Anchors → Description & Run → Output

  1. Load audio and prepare anchors/markers (optional).
  2. Configure description + chunking + runtime settings.
  3. Run separation; inspect/export outputs.

Tip: If you are experimenting with descriptions, keep anchors/markers stable and only vary the description text.

Last updated: 2026-01-24

Clone this wiki locally