mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-18 03:26:57 +01:00
explain in_vgmstream
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@46 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
a560275dfd
commit
9275738da2
@ -1,8 +1,10 @@
|
|||||||
vgmstream
|
vgmstream
|
||||||
|
|
||||||
This is vgmstream, a library for playing streamed audio from video games.
|
This is vgmstream, a library for playing streamed audio from video games.
|
||||||
It is very much under development. The only end-user part right now is the test program, simply called "test" (test.exe for Windows), which decodes a file to a standard .wav output file.
|
It is very much under development. There are two end-user bits, a command
|
||||||
|
line decoder called "test", and a simple Winamp plugin called "in_vgmstream".
|
||||||
|
|
||||||
|
--- test ---
|
||||||
Usage: test [-o outfile.wav] [-l loop count]
|
Usage: test [-o outfile.wav] [-l loop count]
|
||||||
[-f fade time] [-i] [-p] [-c] [-m] infile
|
[-f fade time] [-i] [-p] [-c] [-m] infile
|
||||||
Options:
|
Options:
|
||||||
@ -19,6 +21,11 @@ Typical usage would be:
|
|||||||
test -o happy.wav happy.adx
|
test -o happy.wav happy.adx
|
||||||
to decode happy.adx to happy.wav.
|
to decode happy.adx to happy.wav.
|
||||||
|
|
||||||
|
--- in_vgmstream ---
|
||||||
|
Drop the in_vgmstream.dll in your Winamp plugins directory. There is no
|
||||||
|
configuration or seeking yet.
|
||||||
|
|
||||||
|
---
|
||||||
Formats supported by this version of vgmstream ($Revision$):
|
Formats supported by this version of vgmstream ($Revision$):
|
||||||
- .adx (CRI ADX ADPCM)
|
- .adx (CRI ADX ADPCM)
|
||||||
- .brstm (RSTM: GC/Wii DSP ADPCM, 8/16 bit PCM)
|
- .brstm (RSTM: GC/Wii DSP ADPCM, 8/16 bit PCM)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user