Skip to content

Instantly share code, notes, and snippets.

@samelie
Last active October 19, 2020 19:24
Show Gist options
  • Save samelie/410a3c8780c1454e059ad47f02cf13ab to your computer and use it in GitHub Desktop.
Save samelie/410a3c8780c1454e059ad47f02cf13ab to your computer and use it in GitHub Desktop.

https://github.com/deezer/spleeter/wiki/2.-Getting-started#using-docker-image

export AUDIO_IN='/Volumes/BaeDrive/Github/stripe-payments-demo/input/' export AUDIO_OUT='/Volumes/BaeDrive/Github/stripe-payments-demo/output/'

docker run --rm \
    -v $AUDIO_IN:/input \
    -v $AUDIO_OUT:/output \
    -v $MODEL_DIRECTORY:/model \
    -e MODEL_PATH=/model \
    researchdeezer/spleeter \
    separate -i /input/worms.wav  -o /output -p spleeter:4stems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment