Audio Stem Separator with Demucs

SkillFiles & storage

Separates audio tracks into individual stems (vocals, drums, bass, other) using Meta's Demucs neural network model via the demucs Python package. Supports batch processing of WAV and MP3 files, outputs isolated stems in FLAC or WAV format, and integrates with FFmpeg for format conversion and loudness matching post-separation.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Audio Stem Separator with Demucs skill

What this skill tells your AI

The instructions your AI receives, as published by agentskillexchange/skills in skills/audio-stem-separator-demucs/SKILL.md and read by ahel’s review.

Separates audio tracks into individual stems (vocals, drums, bass, other) using Meta's Demucs neural network model via the demucs Python package. Supports batch processing of WAV and MP3 files, outputs isolated stems in FLAC or WAV format, and integrates with FFmpeg for format conversion and loudness matching post-separation.

Installation

Use the upstream install or setup path that matches your environment:

  • conda env update -f environment-cpu.yml # if you don't have GPUs
  • conda env update -f environment-cuda.yml # if you have GPUs
  • conda activate demucs
  • pip install -e .

Requirements and caveats from upstream:

  • requires custom CUDA code that is not ready for release yet.
  • You will need at least Python 3.8. See requirements_minimal.txt for requirements for separation only,
  • Everytime you see python3, replace it with python.exe. You should always run commands from the

Basic usage or getting-started notes:

Source

Signals

GitHub stars
38
Forks
53
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
audio-stem-separator-with-demucs
Source
github.com/agentskillexchange/skills