-
Notifications
You must be signed in to change notification settings - Fork 0
Description & Run
mzuelch edited this page Jan 24, 2026
·
2 revisions
This tab is the “control room” for separation runs.
Enter a short natural-language description of what you want to extract.
Examples: “speech”, “engine noise”, “birds”, “applause”.
Tips:
- Keep it short and concrete.
- If results are inconsistent, add anchors and reduce chunk length.
Chunking settings control how long audio is split for inference.
- Max chunk length (s): window size
- Overlap (s): overlap between adjacent chunks (helps continuity)
See Chunking for recommended starting points.
Choose compute/runtime settings:
-
Device:
auto,cuda, orcpu - Half precision: FP16 on supported GPUs
- Predict spans: enable span prediction output (if supported)
- Reranking: number of candidates considered
- No resample: keep native sample rate (if supported)
See Runtime Settings for details.
- Run starts a backend call.
- Abort cancels the current run.
Progress display:
- A progress bar
- Percentage (centered under the bar)
- Current phase text (centered under the percentage, wrapped if needed)
The Parameters section summarizes the backend call configuration and provides:
- Copy snippet: copies a reproducible Python snippet to the clipboard
- Save snippet .py…: writes the snippet to disk
See Backend API for how the snippet maps to patchbay_backend.Config and run_pipeline.
UI note: The Parameters table is scrollable so long configs remain usable.
Last updated: 2026-01-24
PATCHBAY • MIT License • Wiki content is intended to match PATCHBAY 0.1.x.
- Home
- Installation
- Quickstart
- User Guide
- Input & Anchors
- Description & Run
- Output
- Export & Files
- Runtime Settings
- Settings & Persistence
- FAQ
- Troubleshooting
- Architecture
- Data Flow
- Backend Interface
- Anchor Algorithms
- Chunking & Reconstruction
- Logging & Debugging
- Parameter Persistence