Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HouseBreaker committed May 11, 2016
2 parents 6fd69ab + 51dde14 commit 421ee08
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
@@ -1,22 +1,7 @@
# BCSTM to WAV Converter (now with GUI!)
Front-end for VGMStream, which batch converts Nintendo 3DS BCSTM audio files into PCM WAV
___
##Usage (old and for CLI version only)

```BCSTM-to-WAV.exe Path\To\File```
## Dependencies
VGMStream, included in every release - for actually converting the files

Converts the file and stores it in ```Path\To\File\converted``` directory

```BCSTM-to-WAV.exe Path\To\Folder```

Converts all the files in ```Path\To\Folder\``` and puts them in the ```Path\To\Folder\converted``` directory

```BCSTM-to-WAV.exe Path Path2 PathX``` (works with however many files & folders you drag in)

Converts every listed file and puts it in the ```Path\converted```directory.

*Optional argument:* ```-o OutputPath```

```BCSTM-to-WAV.exe Path Path2 PathX -o Output\Path```

Converts the File/Folder and puts it inside ```Output\Path\```
Microsoft.WindowsAPICodePack, also included in every release - for Windows taskbar progress bar management

0 comments on commit 421ee08

Please sign in to comment.