mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-07 15:01:24 +01:00
doc
This commit is contained in:
parent
f4e20be97d
commit
3ad17813a4
@ -662,10 +662,6 @@ different internally (encrypted, different versions, etc) and not always can be
|
|||||||
- **redspark.c**
|
- **redspark.c**
|
||||||
- RedSpark Header [*REDSPARK*]
|
- RedSpark Header [*REDSPARK*]
|
||||||
- Codecs: NGC_DSP
|
- Codecs: NGC_DSP
|
||||||
- **ivaud.c**
|
|
||||||
- Rockstar .ivaud header [*IVAUD*]
|
|
||||||
- *ivaud*: `.ivaud .(extensionless)`
|
|
||||||
- Codecs: PCM16LE XMA1 MPEG IMA_int
|
|
||||||
- **ps2_sps.c**
|
- **ps2_sps.c**
|
||||||
- Ape Escape 2 SPS Header [*PS2_SPS*]
|
- Ape Escape 2 SPS Header [*PS2_SPS*]
|
||||||
- *ps2_sps*: `.sps`
|
- *ps2_sps*: `.sps`
|
||||||
@ -862,7 +858,7 @@ different internally (encrypted, different versions, etc) and not always can be
|
|||||||
- Codecs: PCM16LE
|
- Codecs: PCM16LE
|
||||||
- **sgxd.c**
|
- **sgxd.c**
|
||||||
- Sony SGXD header [*SGXD*]
|
- Sony SGXD header [*SGXD*]
|
||||||
- *sgxd*: `.sgb .sgx .sgd + .sgh .sgb`
|
- *sgxd*: `.sgb .sgd + .sgh .sgb`
|
||||||
- Codecs: PCM16BE OGG_VORBIS PSX ATRAC3 PSX_cfg FFmpeg(various)
|
- Codecs: PCM16BE OGG_VORBIS PSX ATRAC3 PSX_cfg FFmpeg(various)
|
||||||
- **wii_ras.c**
|
- **wii_ras.c**
|
||||||
- RAS header [*WII_RAS*]
|
- RAS header [*WII_RAS*]
|
||||||
@ -1040,9 +1036,9 @@ different internally (encrypted, different versions, etc) and not always can be
|
|||||||
- Microsoft XMA RIFF header [*XMA_RIFF*]
|
- Microsoft XMA RIFF header [*XMA_RIFF*]
|
||||||
- *xma*: `.xma .xma2 .wav .lwav .nps .str .kmx`
|
- *xma*: `.xma .xma2 .wav .lwav .nps .str .kmx`
|
||||||
- Codecs: XMA
|
- Codecs: XMA
|
||||||
- **sxd.c**
|
- **sndx.c**
|
||||||
- Sony SXD header [*SXD*]
|
- Sony SNDX header [*SNDX*]
|
||||||
- *sxd*: `.sxd .sxd2 .sxd3 + .sxd1`
|
- *sndx*: `.sxd .sxd2 .sxd3 + .sxd1`
|
||||||
- Codecs: PSX HEVAG ATRAC9
|
- Codecs: PSX HEVAG ATRAC9
|
||||||
- **ogl.c**
|
- **ogl.c**
|
||||||
- Shin'en OGL header [*OGL*]
|
- Shin'en OGL header [*OGL*]
|
||||||
@ -1793,7 +1789,10 @@ different internally (encrypted, different versions, etc) and not always can be
|
|||||||
- Torus SqueakStream header [*SQUEAKSTREAM*]
|
- Torus SqueakStream header [*SQUEAKSTREAM*]
|
||||||
- Torus SqueakSample header [*SQUEAKSAMPLE*]
|
- Torus SqueakSample header [*SQUEAKSAMPLE*]
|
||||||
- *squeaksample*: `(base) + .asset .(external) .raw`
|
- *squeaksample*: `(base) + .asset .(external) .raw`
|
||||||
- Codecs: NGC_DSP PCM16LE PCM16BE PSX PCM8 MS_IMA IMA
|
- Codecs: NGC_DSP PCM16LE PCM16BE PSX PCM8 MS_IMA IMA XMA2 OGG_VORBIS SPEEX
|
||||||
|
- **snds.c**
|
||||||
|
- Sony SNDS header [*SNDS*]
|
||||||
|
- Codecs: ATRAC9
|
||||||
- **scd_pcm.c**
|
- **scd_pcm.c**
|
||||||
- Lunar: Eternal Blue .PCM header [*SCD_PCM*]
|
- Lunar: Eternal Blue .PCM header [*SCD_PCM*]
|
||||||
- *scd_pcm*: `.pcm`
|
- *scd_pcm*: `.pcm`
|
||||||
@ -1826,6 +1825,10 @@ different internally (encrypted, different versions, etc) and not always can be
|
|||||||
- Tiger Game.com .4 header [*TGC*]
|
- Tiger Game.com .4 header [*TGC*]
|
||||||
- *tgc*: `.4`
|
- *tgc*: `.4`
|
||||||
- Codecs: TGC
|
- Codecs: TGC
|
||||||
|
- **ivaud.c**
|
||||||
|
- Rockstar .ivaud header [*IVAUD*]
|
||||||
|
- *ivaud*: `.ivaud .(extensionless)`
|
||||||
|
- Codecs: PCM16LE XMA1 MPEG IMA_int
|
||||||
- **pos.c**
|
- **pos.c**
|
||||||
- RIFF WAVE header (.pos looping) [*RIFF_WAVE_POS*]
|
- RIFF WAVE header (.pos looping) [*RIFF_WAVE_POS*]
|
||||||
- *pos*: `.pos + .wav`
|
- *pos*: `.pos + .wav`
|
||||||
|
@ -216,6 +216,7 @@ VGMSTREAM* init_vgmstream_sdrh_old(STREAMFILE* sf) {
|
|||||||
* 0x30: file name in a custom 40-char (RADIX style) encoding
|
* 0x30: file name in a custom 40-char (RADIX style) encoding
|
||||||
* others: ? (change in old/new)
|
* others: ? (change in old/new)
|
||||||
*/
|
*/
|
||||||
|
/* there is also an older version in Shadow Hearts 2, more basic (no section table) and may contain sequences */
|
||||||
|
|
||||||
/* parse section */
|
/* parse section */
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user