mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +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:
|
Typical usage would be:
|
||||||
test -o happy.wav happy.adx
|
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)
|
- .adx (CRI ADX ADPCM)
|
||||||
- .brstm (RSTM: GC/Wii ADPCM, 8/16 bit PCM)
|
- .brstm (RSTM: GC/Wii ADPCM, 8/16 bit PCM)
|
||||||
- .strm (STRM: NDS IMA ADPCM, 8/16 bit PCM)
|
- .strm (STRM: NDS IMA ADPCM, 8/16 bit PCM)
|
||||||
- .adp (GC DTK ADPCM)
|
- .adp (GC DTK ADPCM)
|
||||||
- .agsc (GC ADPCM)
|
- .agsc (GC ADPCM)
|
||||||
- .rsf (CCITT G.721 ADPCM)
|
- .rsf (CCITT G.721 ADPCM)
|
||||||
|
- .afc (GC AFC ADPCM)
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
-hcs
|
-hcs
|
||||||
|
@ -9,7 +9,8 @@ extern char * optarg;
|
|||||||
extern int optind, opterr, optopt;
|
extern int optind, opterr, optopt;
|
||||||
|
|
||||||
void usage(const char * name) {
|
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"
|
"\t[-f fade time] [-i] [-p] [-c] [-m] infile\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
"\t-o outfile.wav: name of output .wav file, default is dump.wav\n"
|
"\t-o outfile.wav: name of output .wav file, default is dump.wav\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user