From f57c2dee8ad7dc078ce04798734fbf2dea8afded Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 1 Jul 2019 09:38:48 +0200 Subject: [PATCH] Make paths consistent for musdbconvert example (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c1e64..23fdb0e 100644 --- a/README.md +++ b/README.md @@ -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.