Metadata-Version: 2.4
Name: cjm-capability-demucs
Version: 0.0.21
Summary: A Demucs v4 source-separation capability for the cjm-substrate runtime that extracts vocals to remove background noise and music from speech audio.
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/cj-mills/cjm-capability-demucs
Keywords: python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cjm-substrate>=0.0.51
Requires-Dist: cjm-capability-primitives>=0.0.10
Requires-Dist: cjm-demucs-v4
Requires-Dist: cjm-substrate-torch-utils>=0.0.13
Dynamic: license-file

# cjm-capability-demucs

<!-- generated from the context graph by `cjm-context-graph readme` — do not edit by hand; edit the graph (the urge to hand-edit = move it on-graph) -->

A Demucs v4 source-separation capability for the cjm-substrate runtime that extracts vocals to remove background noise and music from speech audio.

## Modules

- **`cjm_capability_demucs.capability`** — Demucs v4 audio source separation capability — provides vocals extraction for removing background noise and music from speech audio.

## API

### `cjm_capability_demucs.capability`

- `DemucsCapabilityConfig` _class_ — Configuration for the Demucs processing capability.
- `DemucsProcessingCapability` _class_ — Demucs v4 source-separation tool capability for vocals extraction (stage 8: pure compute).

## Dependencies

**Depends on:** `cjm-capability-primitives`, `cjm-demucs-v4`, `cjm-substrate`, `cjm-substrate-torch-utils`
