chiefsmurph / vox_grouper

group vocal tracks to the fewest number of tracks where there is only one vox at each part of the song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

To set up the virtual environment and install dependencies, run the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

About

group vocal tracks to the fewest number of tracks where there is only one vox at each part of the song


Languages

Language:Python 100.0%