UNPKG

spleeter

Version:
36 lines (24 loc) 888 B
# spleeter > An npm package that contains a [standalone executable](https://github.com/riks-standalone-executables/spleeter) of [spleeter](https://github.com/deezer/spleeter) for easy access ## Installation ```bash npm i -g spleeter ``` ## Usage This CLI is used the same way the regular spleeter CLI is used. E.g.: ``` spleeter separate -i ~/Downloads/Music/Juice\ WRLD.wav -p spleeter:2stems -o ./output-dir ``` ``` spleeter --help usage: spleeter [-h] {separate,train,evaluate} ... positional arguments: {separate,train,evaluate} separate Separate audio files train Train a source separation model evaluate Evaluate a model on the musDB test dataset optional arguments: -h, --help show this help message and exit ``` For more inforation see the [deezer/spleeter repository](https://github.com/deezer/spleeter).