mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +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:
|
environment to start separating audio file as follows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/Deezer/spleeter
|
git clone https://github.com/Deezer/spleeter
|
||||||
$ conda env create -f spleeter/conda/spleeter-cpu.yaml
|
conda env create -f spleeter/conda/spleeter-cpu.yaml
|
||||||
$ conda activate spleeter-cpu
|
conda activate spleeter-cpu
|
||||||
$ spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output
|
spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output
|
||||||
```
|
```
|
||||||
You should get two separated audio files (`vocals.wav` and `accompaniment.wav`)
|
You should get two separated audio files (`vocals.wav` and `accompaniment.wav`)
|
||||||
in the `output/audio_example` folder.
|
in the `output/audio_example` folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user