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).
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
To easily use the model online:
drumsep Notebook
Having pip installed.
- Clone repo.
- Install.
bash drumsepInstall
- 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).