(you should probably use the website. this cli is if you're familiar with the terminal and need to bulk-encode songs)
a rust cli tool for merging stem files created with demucs into a .wav file compatible with the teenage engineering sp-01
the resulting wav file is able to be uploaded to any sp-01 using the web stem loader
requirements:
clone the repo:
git clone https://github.com/softmodded/sp1-merge
move into directory:
cd sp1-merge
build with cargo:
cargo build