0.1.0 • Published 4 years ago

spleeter v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

spleeter

An npm package that contains a standalone executable of spleeter for easy access

Installation

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.

0.1.0

4 years ago