keithchambers / batch-vocal-separation

Batch Vocal Separation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch Vocal Separation

This tool processes audio files using MDX-Net models for vocal extraction and optional dereverbing with support for Apple Silicon (M1/M2).

Installation

  1. Clone the repository:

    git clone https://github.com/keithchambers/batch-vocal-separation.git
    cd batch-vocal-separation
  2. Install dependencies:

    pip install -r requirements.txt

Usage

Run the tool with the following command:

python3 bulk-separate.py -d /path/to/audio/files -c config.yml

About

Batch Vocal Separation


Languages

Language:Python 100.0%