vampnet-music / scratch /separate_folder.sh
hugo flores garcia
add scratch folder
8440206
raw
history blame contribute delete
56 Bytes
for f in *.mp3; do demucs "$f" --two-stems=vocals; done