Skip to content

Commit

Permalink
Make paths consistent for musdbconvert example (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored and faroit committed Jul 1, 2019
1 parent 845d122 commit f57c2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Alternatively you can install FFMPEG manually as follows:
If you want to use WAV files (e.g. for faster audio decoding), `musdb` also supports parsing and processing pre-decoded PCM/wav files. `musdb` comes with the ability to convert a STEMS dataset into WAV version. This script can be used from the command line by

```
musdbconvert path/to/musdb-stems-root path/to/new/musdb-wav/root
musdbconvert path/to/musdb-stems-root path/to/new/musdb-wav-root
```

If you don't want to use python for this, we also provide [docker based scripts](https://github.com/sigsep/sigsep-mus-io) to decode the dataset to WAV files.
Expand Down

0 comments on commit f57c2de

Please sign in to comment.