Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created March 12, 2020 15:18
Show Gist options
  • Save daslicht/89dbadbae003eea025b8fba8669a5dc6 to your computer and use it in GitHub Desktop.
Save daslicht/89dbadbae003eea025b8fba8669a5dc6 to your computer and use it in GitHub Desktop.
source ~/.bash_profile
echo $PATH
for file in "$@"
do
cd "$(dirname "$file")"
spleeter separate -i "$file" -p spleeter:2stems -o output
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment