inagoy / drumsep

Hybrid Demucs model for drum separation
MIT License
88 stars 5 forks source link

drumsep

Drum separation based on a Hybrid Demucs model.
Code to facilitate access to the model presented in the thesis "Separación de fuentes en grabaciones de batería mediante aprendizaje automático" (2022).

Universidad Nacional de Quilmes.

The model takes as input an audio file (mp3, wav, flac, or ogg) corresponding to a drum recording and exports 4 audio files classified as:

With Google Colab

To easily use the model online:
drumsep Notebook

With Linux

Having pip installed.

  1. Clone repo.
  2. Install.
    bash drumsepInstall
  3. Separate
    Path to the audio file or directory containing audio files to be separated.
    Path to the directory where the generated audio files will be exported.
    ```bash bash drumsep "" "" ```

(Efforts are currently underway to advance research and document progress for this project, with the ultimate objective of sharing valuable insights with the wider community).