mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Update readme, use keywords to report revision number.
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@36 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
8ef08e93cb
commit
da800d2f2c
@ -17,13 +17,14 @@ Options:
|
||||
Typical usage would be:
|
||||
test -o happy.wav happy.adx
|
||||
|
||||
Formats supported by this version of vgmstream (r30):
|
||||
Formats supported by this version of vgmstream ($Revision$):
|
||||
- .adx (CRI ADX ADPCM)
|
||||
- .brstm (RSTM: GC/Wii ADPCM, 8/16 bit PCM)
|
||||
- .strm (STRM: NDS IMA ADPCM, 8/16 bit PCM)
|
||||
- .adp (GC DTK ADPCM)
|
||||
- .agsc (GC ADPCM)
|
||||
- .rsf (CCITT G.721 ADPCM)
|
||||
- .afc (GC AFC ADPCM)
|
||||
|
||||
Enjoy!
|
||||
-hcs
|
||||
|
@ -9,7 +9,8 @@ extern char * optarg;
|
||||
extern int optind, opterr, optopt;
|
||||
|
||||
void usage(const char * name) {
|
||||
fprintf(stderr,"Usage: %s [-o outfile.wav] [-l loop count]\n"
|
||||
fprintf(stderr,"vgmstream test decoder $Revision$\n"
|
||||
"Usage: %s [-o outfile.wav] [-l loop count]\n"
|
||||
"\t[-f fade time] [-i] [-p] [-c] [-m] infile\n"
|
||||
"Options:\n"
|
||||
"\t-o outfile.wav: name of output .wav file, default is dump.wav\n"
|
||||
|
Loading…
Reference in New Issue
Block a user