Skip to content

inagoy/drumsep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

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:

  • Bombo (Kick)
  • Redoblante (Snare)
  • Platillos (Cymbals)
  • Toms

With Google Colab

To easily use the model online:
drumsep Notebook

With Linux

Having pip installed.

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

(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).

About

Hybrid Demucs model for drum separation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages