Skip to content

Commit

Permalink
Add multi WAV file decoding example.
Browse files Browse the repository at this point in the history
  • Loading branch information
foo86 committed May 22, 2015
1 parent 1d714d8 commit 669b360
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -78,6 +78,12 @@ Some dcadec usage examples follow.
$ ./dcadec input.dts output.wav
```

* Decode DTS file to multiple mono WAVs:

```
$ ./dcadec -m input.dts output_%s.wav
```

* Decode DTS file and play with mpv:

```
Expand Down

0 comments on commit 669b360

Please sign in to comment.