mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
docs: update README
This commit is contained in:
@@ -27,10 +27,10 @@ Want to try it out ? Just clone the repository and install a
|
||||
environment to start separating audio file as follows:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/Deezer/spleeter
|
||||
$ conda env create -f spleeter/conda/spleeter-cpu.yaml
|
||||
$ conda activate spleeter-cpu
|
||||
$ spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output
|
||||
git clone https://github.com/Deezer/spleeter
|
||||
conda env create -f spleeter/conda/spleeter-cpu.yaml
|
||||
conda activate spleeter-cpu
|
||||
spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output
|
||||
```
|
||||
You should get two separated audio files (`vocals.wav` and `accompaniment.wav`)
|
||||
in the `output/audio_example` folder.
|
||||
|
||||
Reference in New Issue
Block a user