vgmstream - A library for playback of various streamed audio formats used in video games.
Go to file
halleyscometsw 13f21a2f81 removed an unneeded variable
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@28 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-02-14 21:22:55 +00:00
src removed an unneeded variable 2008-02-14 21:22:55 +00:00
test Added ADP/DTK decoding. 2008-02-13 14:31:21 +00:00
LICENSE Basic documents. 2008-02-14 04:57:32 +00:00
readme.txt Basic documents. 2008-02-14 04:57:32 +00:00

vgmstream

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.

Formats supported by this version of vgmstream (r26):
- 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)

Enjoy!
-hcs