Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeanur committed Sep 11, 2015
1 parent 3184d1e commit 1ebe1fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Xbox ADPCM Converter
========
A tool for converting WAV files from Xbox ADPCM to PCM and vise versa.

ADPCM code by J.D.Medhurst (a.k.a. Tixy)

Requirements
--------
```
VS 2010 Redistributable
```

Usage
--------
```
XboxADPCM input_file [output_file]
```
It automaticly detects the converting mode.
For example, if input file is PCM format, the output file will be Xbox ADPCM format.

0 comments on commit 1ebe1fc

Please sign in to comment.