Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Minusator — Vocal Remover

Minusator is a simple Python script that separates vocals from a music track, producing an instrumental version.


Requirements


Setup

  1. Place the main.py script in a convenient folder.
  2. Make sure demucs.exe and ffmpeg-7.1.1-essentials_build are in the same folder.
  3. Do not change the model in the code.

Usage

  1. Open the program and click Select File.
  2. Choose an audio file (.mp3, .wav, .flac).
  3. Wait for processing (may take over a minute).
  4. The results will appear in separated/htdemucs/<track_name>/ next to the script:
    • vocals.wav — vocals
    • no_vocals.wav — instrumental

Notes

  • Works best with songs containing clear vocal tracks.
  • Processing time depends on the file size and your system performance.

About

Script for music stem separation using Demucs models (htdemucs_ft, mdx_extra_q).

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages