Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aliutkus authored Dec 18, 2017
1 parent 337c4d5 commit bf9ff89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ conda install -c conda-forge ffmpeg
```

Alternatively you can install ffmpeg manually as follows:
* Mac: use homebrew: `brew install ffmpeg`
* Ubuntu Linux: `sudo apt-get install ffmpeg `

Mac: use homebrew: `brew install ffmpeg`
Ubuntu Linux: `sudo apt-get install ffmpeg `

#### Use a decoded
#### Use a decoded version

If you have trouble installing stempeg or ffmpeg we also support parse and process the pre-decoded PCM/wav files. We provide [docker based scripts](https://github.com/sigsep/sigsep-mus-io) to decode the dataset to wav files.
If you want to use the decoded musdb dataset, use the `is_wav` parameter when initialsing the dataset.
Expand Down

0 comments on commit bf9ff89

Please sign in to comment.