soneek
115da3222f
Fix byte order for 16-bit bfstm
2014-10-18 20:28:25 -04:00
soneek
52d3f06162
First BFSTM support (needs work for 9+ channels), experimental NSMBU bfwav support
2014-10-18 17:54:31 -04:00
Chris Moeller
9a03256df2
CSMP for Metroid Prime 3 and DKCR, from Antidote
2014-09-16 16:34:08 -07:00
Chris Moeller
0ebc29f236
IDSP as in SSB4 3DS
2014-09-16 16:31:59 -07:00
Chris Moeller
c83eb6c1fe
fix FSB MPEG broken in r1034
...
thanks to CyberBotX for the catch and fix
2014-09-16 16:18:44 -07:00
Brandon
673107726a
Fixed linking issue due to undefined references
2014-08-10 12:19:27 -07:00
Brandon
4c05726e28
Seems there is a missing file required to link test
2014-08-05 01:33:27 -07:00
Chris Moeller
4a573f48a4
Eliminate C99isms so it compiles in MSVC, and comment out some unused variables to silence warnings
2014-08-02 20:51:21 -07:00
Chris Moeller
7425dc2aad
Fixed remaining path limit issues
2014-08-02 20:32:30 -07:00
Chris Moeller
b536b162f1
Merge pull request #4 from soneek/master
...
Added experimental support for bfwav
2014-08-02 20:30:48 -07:00
soneek
b1e5a3a9e3
Added experimental support for bfwav
2014-08-02 19:10:45 -04:00
halleyscometsw
44075c4e91
clean up some warning-causing ugliness
2014-06-26 21:12:48 -07:00
halleyscometsw
1854d42e97
Extend GENH to support little-endian "Gamecube" DSP ADPCM coefficients, for some 3DS titles.
...
This involves a reinterpretation of byte 0x30 (coef type). Formerly this byte took on only two values, to indicate how the ADPCM coefficients (aka codebook) were stored:
0 - normal coefs: all 16 coefs interleaved into one array, offset given at 0x24 for left, 0x28 for right
1 - split coefs: 8 coefs in the main array, additional offset to 2nd array given at 0x34 for left, 0x38 for right
Now I am considering this to be indicated only by bit 0 of the coef type. Bit 1 is taking on an additional interpretation, if it is set, we consider the coefficients to be little endian rather than the normal big endian.
This should maintain backwards compatibility with old GENH files, which should have only used the value 0 or 1.
Thus, in effect we have:
0: normal, big endian
1: split, big endian
2: normal, little endian
3: split, little endian
I don't know of any situation in which 3 would be used (yet), but I'm sure devs will continue to surprise me.
2014-06-26 20:53:49 -07:00
soneek
927077b348
Update RedSpark for M&L Dream Team
2014-05-26 01:43:00 -04:00
soneek
dbb99d6dc9
Add back path limit for BCSTM filename
2014-05-23 17:09:13 -04:00
soneek
0932405b54
Update for Paper Mario Sticker Star PCM BCSTM
2014-05-23 17:07:03 -04:00
Chris Moeller
d18fc960d1
Bumped path limit on new FSB5 meta handler
2014-04-23 22:12:33 -07:00
manakoat
842c064b3b
FSB5, added ADPCM and PCM16 coding, 4 of 15 formats supported now
2014-04-23 21:36:06 -07:00
manakoat
b533969527
Fixed DSP stuff n FSB5
2014-04-23 21:35:08 -07:00
manakoat
3be505428a
FSB5 DSP added, still WIP
2014-04-23 21:34:08 -07:00
manakoat
96301376cc
FSB5 added, only MPEG support now
2014-04-23 21:31:04 -07:00
manakoat
8ef55da3b6
Test commit, sorry
2014-04-23 21:27:24 -07:00
Adam Gashlin
bb59d6a389
remove nonsense (thanks kode)
2014-04-23 21:25:30 -07:00
Chris Moeller
b2c8e5cbac
Another Drag-On Dragoon 3weird samplerate (40999)
...
From a set of files called BGM_TEST00_*
2014-03-14 22:42:06 -07:00
Chris Moeller
9148d4e14a
another update from soneek for IMA support in BCSTM
2014-03-14 22:40:30 -07:00
Chris Moeller
633eb7b545
replacing meta for bcstm with revision from soneek
2014-03-14 22:39:21 -07:00
Chris Moeller
dfe1be9d88
Fixed remaining path length limit issues
2014-03-14 22:36:23 -07:00
Chris Moeller
1ab759bd19
Added soneek's experimental CSTM meta for BCSTM support (3DS)
2014-02-25 22:31:28 -08:00
Chris Moeller
43866fd9ed
.XXX from Drag-On Dragoon 3 (PS3) is scd, but has 48khz MPEG with srate 47999
2014-02-25 22:26:02 -08:00
Chris Moeller
9fc46bd877
Added OTM support for Otomedius (Arcade)
2014-02-25 22:25:02 -08:00
Chris Moeller
bd5cdb35de
Epic Mickey 2 Wii ADPCM
2014-02-25 22:12:24 -08:00
Chris Moeller
dc4b7f553c
Add PS2 VBK meta.
2013-09-03 11:27:36 -07:00
Chris Moeller
1b41d008e6
Fixed path limit for new Ubisoft CKD handler
2013-09-03 11:20:45 -07:00
Chris Moeller
a6b64189e0
fix interleaved msf (PS ADPCM in particular)
2013-09-03 11:17:16 -07:00
Chris Moeller
bf220dc112
more ADX keys
2013-09-03 11:16:00 -07:00
Chris Moeller
7917756fdd
Added a couple of things to support LOGGs from Hatsune Miku: Project Diva F (PS3).
2013-09-03 11:15:05 -07:00
Chris Moeller
aa1d39a19e
Initial Ubisoft CKD support for Rayman Origins (Wii only for now) Still testing but seems to work fine. Mono is kinda broken but w/e.
2013-09-03 11:14:14 -07:00
Chris Moeller
c6ba2a32ba
new! Slotter Mania P - Mach Go Go Go III (PSP) key!
2013-09-03 10:59:45 -07:00
Chris Moeller
aa8e2a92a5
more keys!
2013-09-03 10:57:35 -07:00
Chris Moeller
684bd36ebc
more adx keys
2013-09-03 10:55:14 -07:00
Chris Moeller
a1ce18bbce
Added support for Orcs Must Die (PC)
...
Well...more support.
2013-09-03 10:49:45 -07:00
Chris Moeller
8ebecb4d47
- Calculate start offset from data length field
...
- Calculate loop offsets for first channel only
- Determine interleave block size from header field
2013-07-05 11:48:17 -07:00
Chris Moeller
bd85ad76e8
Fixed mono AT3 decoding, and simplified n-channel decoding
2013-06-26 11:13:44 -07:00
Chris Moeller
ae4863b0bf
Clarified AT3plus as such
2013-06-26 04:36:57 -07:00
Chris Moeller
98e90f8a25
Implemented ATRAC3plus support
2013-06-26 02:54:15 -07:00
Chris Moeller
bd4f5c4d50
Fixed THP for SSBB movie files and possibly others
2013-06-17 17:57:11 -07:00
Chris Moeller
a1e90833f4
Fixed a serious bug in THP init function
2013-06-13 17:42:52 -07:00
Chris Moeller
634845b1ce
Added preprocessor blocking around MP4/AAC parts
2013-06-13 17:42:24 -07:00
Chris Moeller
142cfc971d
Raised path length limit to 32767 characters, controlled by a global enum definition
2013-05-26 20:55:50 -07:00
Chris Moeller
b54d0be218
Fixed two crash bugs
2012-12-30 12:38:35 -08:00
Chris Moeller
5ec0ec0d34
Fixed MP4 handler passing the end of the stream
2012-11-26 11:53:26 +00:00
Chris Moeller
c8266b2b8b
Removed unnecessary reinitialization
2012-11-26 11:53:26 +00:00
Chris Moeller
84dfcb3d5a
Implemented MP4 AAC support for iOS AKB format
2012-11-26 11:53:26 +00:00
Chris Moeller
d44b9be5c5
Removed unnecessary reinitialization
2012-11-26 11:53:26 +00:00
Chris Moeller
0e52bf94d2
Implemented MP4 AAC support for iOS AKB format
2012-11-26 11:53:26 +00:00
Chris Moeller
1550f90139
Fixed MP4 handler passing the end of the stream
2012-11-26 11:53:26 +00:00
Chris Moeller
4dfd36b5ab
Removed unnecessary reinitialization
2012-11-26 11:53:26 +00:00
Chris Moeller
275e4e9c61
Implemented MP4 AAC support for iOS AKB format
2012-11-26 11:53:25 +00:00
snakemeat
76694bec58
Added ADX key for StormLover Kai!! (PSP).
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1004 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-11-14 04:57:21 +00:00
halleyscometsw
a73fad53f5
weird broken loop from Metal Gear Rising - Revengeance Demo
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1003 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-11-03 13:06:04 +00:00
halleyscometsw
30e33d70a2
fix .sns broken with r987
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1002 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-10-02 03:37:47 +00:00
halleyscometsw
bcb7d5dad9
another magic special case for de Blob 2 (6 channels)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1001 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-09-17 04:21:58 +00:00
bxaimc
f227e3fe47
Tossing nonsense out the window. Hello r1000! :D
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1000 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-09-05 03:47:35 +00:00
halleyscometsw
55b50601b4
Psychic software's obfucsated ogg as seen in Darkwind: War on Wheels (untested)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@998 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-09-05 03:12:58 +00:00
bxaimc
26f6e3208c
Added RSD6OOGV support for Scarface: The World is Yours (PC)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@996 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-31 05:12:04 +00:00
halleyscometsw
504d3df98f
CWAV uses straight up sample counts, not nibbles
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@994 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-28 05:40:46 +00:00
halleyscometsw
bed971faf8
CWAV for 3DS, added as a modification to Wii RWAV/RWAR/RWSD
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@993 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-28 05:08:46 +00:00
halleyscometsw
a4bb71f17d
DSP SCD support for DQX.
...
Not completely happy with how this turned out (see TODOs), but it works.
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@992 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-24 17:36:40 +00:00
halleyscometsw
c6d3e4d343
a little cleanup for xvag mp3
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@991 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-24 16:43:33 +00:00
halleyscometsw
5a042c79ec
oops, big endian means big endian
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@989 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-21 03:17:56 +00:00
halleyscometsw
b8ac38c156
add ps2_2pfs to audacious makefile
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@988 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-20 05:34:09 +00:00
halleyscometsw
a4561ef328
XNBm support, share some functionality among RIFF-related formats
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@987 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-20 05:17:52 +00:00
snakemeat
fc8494c7ae
Update channel count offset for 2PFS header.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@985 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-16 02:28:02 +00:00
snakemeat
1c67f85bc7
Add PS2 2PFS meta. Cannot determine loop points.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@984 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-15 03:41:24 +00:00
bxaimc
1cb9456138
Work started on FSB5 support. Completely useless since it's just a half-assed copy and paste for now. Enjoy...
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@983 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-13 06:50:57 +00:00
halleyscometsw
8d8a5ab55a
fix FFXIV 03.scd (ability to skip MARK), some groundwork for Wii DSP ADPCM scd
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@982 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-08-09 21:42:02 +00:00
bxaimc
747a8a6ba9
Added support for Devil May Cry HD Collection (PS3) EFF ESS BEES. Some work and some don't. Dunno why but one day I'll fix that....eventually...
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@981 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-07-27 05:32:13 +00:00
bxaimc
b1e043d63f
Fixing the No-Nos
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@980 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-05-19 14:15:49 +00:00
snakemeat
8202441041
Fix missing equals sign in PS3 MSF.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@979 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-05-16 02:43:55 +00:00
snakemeat
230eff72e6
Add PS3 IVAG meta, oops missed a file.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@978 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-04-14 16:48:57 +00:00
snakemeat
70df3651fa
Add PS3 IVAG meta.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@977 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-04-14 16:07:21 +00:00
halleyscometsw
4c35b14310
fix hsf for audacious
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@976 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-03-22 09:37:23 +00:00
snakemeat
456953507b
Update 3DO STR to handle additional combination of headers.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@975 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-03-22 02:25:16 +00:00
snakemeat
4ef19d3820
Add PS2 HSF meta.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@974 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-03-21 03:30:36 +00:00
bxaimc
3d93bbf02e
Added support for Skylanders: Spyro's Adventure (Wii)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@973 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2012-01-30 02:09:08 +00:00
bxaimc
fdd621cb59
You can't see it. It's electric! Or unnecessary...
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@972 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-12-16 03:45:16 +00:00
halleyscometsw
810f6e4635
oldschool C
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@971 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-12-16 03:31:08 +00:00
halleyscometsw
d8e13f6d29
SCD Ogg Vorbis with obfuscated header triad (FFXIII-2)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@970 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-12-15 08:00:47 +00:00
halleyscometsw
968b6afdf1
CyberBotX's MSADPCM support for RIFF
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@969 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-12-14 00:04:03 +00:00
bxaimc
28643c877f
Fixed problem with MP3ID offset due to playing MPEG as PS ADPCM (for Uncharted 3 & Medieval Moves)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@968 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-11-21 15:46:29 +00:00
halleyscometsw
8f7faebedd
support an improved form of ADX encryption
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@967 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-08-20 12:00:01 +00:00
manakoat
4db4ae8620
small changes in FSB MPEG
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@966 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-08-06 07:34:00 +00:00
manakoat
85e9303b61
added .mms support (ShellSHock Nam '67)
...
added WIP support for Mini Minjas (.mnstr)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@965 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-07-22 05:32:10 +00:00
manakoat
66b3ca672e
New FSB4 Flag (Dead Space iOS)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@963 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-07-03 19:01:33 +00:00
bxaimc
fadf30dcfc
Fixed ADX loop flag issue for files with 0 for both loop and end sample values.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@962 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-06-21 23:02:42 +00:00
bxaimc
83e098b83d
Added support for Transformers: Dark of the Moon (Wii)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@961 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-06-21 02:34:31 +00:00
manakoat
9d25a6bbb4
Add Apple Quicktime 4-bit IMA ADPCM to GENH, ID 17 (0x11)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@960 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-06-20 16:40:32 +00:00
snakemeat
feeea87f30
Added key for Uragiri wa Boku no Namae o Shitteiru (PS2).
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@959 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-06-17 23:05:09 +00:00
bxaimc
7e2c02efc8
Adjusted chan count and freq. to ignore the muted left channel.
...
Sounds like crap but maybe it's how it shows up in-game.
Might also sound crappy due to the usage of 8-bit PCM.
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@958 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-06-01 22:53:29 +00:00
snakemeat
fb0c6c015d
Update KLBS start offset and sample count.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@957 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-31 15:42:11 +00:00
snakemeat
2b1a89dfd7
Add SGD file type, an SGH/SGB style file [Boku no Natsuyasumi 3 (PS3)].
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@956 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-31 15:01:04 +00:00
halleyscometsw
fde0d8d5a1
Square-Enix SCD (SEDB SSCF) Vorbis
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@952 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-28 09:03:45 +00:00
bxaimc
d4e2f18106
Added initial support for .TUN (LEGO Racers (PC)), broken though (for now)
...
Added .WPD support for Shuffle! (PC)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@951 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-18 20:33:00 +00:00
bxaimc
cd8908869f
Add support for PSP MUSX from Pirates of the Caribbean: At World's End
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@950 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-15 19:20:31 +00:00
halleyscometsw
cf60da0f24
MGS3 VAG2
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@947 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-08 04:09:34 +00:00
halleyscometsw
72aca13617
MGS3 VAG1
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@945 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-08 03:47:20 +00:00
halleyscometsw
3f1f45ba07
remove mtaf blocking support, new extractor produces clean files
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@944 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-08 03:12:45 +00:00
halleyscometsw
efe54a554e
a few fixes for audacious
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@942 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-07 11:27:40 +00:00
halleyscometsw
262d5a98c9
Metal Gear Solid 3 MTAF. What a thrill.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@941 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-07 11:05:05 +00:00
bxaimc
680bcec3a6
Added support for 18khz CAF from Ridge Racer Accelerated (iOS)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@940 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-05-04 13:27:02 +00:00
bxaimc
86f764366e
Added support for looping "PS3_" MUSX from "Rio"
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@939 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-04-20 03:19:45 +00:00
snakemeat
75ef3919ff
Update channel count detection for PS3 SGH/SGB
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@938 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-04-02 01:39:29 +00:00
snakemeat
f68125a041
Update KLBS to use original .BNK extension.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@937 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-24 02:29:09 +00:00
manakoat
fcdf82d884
fixed GCub meta for mono playback
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@936 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-23 20:28:47 +00:00
manakoat
4ccda63fc3
Just some fixes
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@935 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-23 09:28:25 +00:00
manakoat
c66a70c6c7
fixed overflow in sample calculation for SGXD/WAVE header
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@934 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-23 08:16:58 +00:00
manakoat
0f05f28769
add new extension for SGXD/WAVE
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@933 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-23 08:06:05 +00:00
snakemeat
c829019e48
Add PS3 KLBS meta.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@932 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-23 03:17:53 +00:00
halleyscometsw
36e121645a
a few adjustments to .sfx and .sf0 (looping)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@931 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-03 09:18:40 +00:00
halleyscometsw
84e23b7faa
Excitebots .sfx and .sf0
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@930 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-03-03 09:03:18 +00:00
snakemeat
501042c6ff
Added key for Shakugan no Shana (PS2).
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@929 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-27 04:37:00 +00:00
halleyscometsw
ce2816c0eb
ADP! from Balls of Steel
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@928 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-22 06:57:50 +00:00
snakemeat
9b53ff6990
Added key for Nanatsuiro - Drops Pure!! (PS2).
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@927 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-20 04:12:20 +00:00
bxaimc
e14ce06d23
Added .PSND support for Crash Bandicoot Nitro Kart 2 (iOS)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@926 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-19 02:59:42 +00:00
halleyscometsw
1af427264b
La Corda d'Oro adx key
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@925 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-16 22:10:08 +00:00
manakoat
f514642b76
add Mattel Hyperscan format
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@923 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-15 18:24:50 +00:00
snakemeat
8489991ec9
Forgot to close header file for PS2 WMUS.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@922 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-13 05:18:31 +00:00
halleyscometsw
ef1aa13b3d
kode54's r918-1 fixes for foobar2000, add ps2_wmus.c to audacious makefile
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@921 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-13 03:58:50 +00:00
snakemeat
2f579ffe7e
Fix loop end calculation for PS2 WMUS.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@920 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-13 02:51:46 +00:00
snakemeat
85e4780db3
Add PS2 WMUS for "The Warriors" PS2
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@919 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-13 02:23:53 +00:00
bxaimc
16bae0a74d
Combined FSB metas
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@918 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-08 12:56:16 +00:00
bxaimc
7fea3b3211
Fixed MUSX v010 sample rate for "PS3_"
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@917 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-08 02:03:29 +00:00
halleyscometsw
e03dd94e76
fail if no known codec
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@916 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-07 23:05:35 +00:00
halleyscometsw
01fee18e48
detect padding at end of pc_snds
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@915 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-06 22:03:21 +00:00
halleyscometsw
4e8688a9dd
fix snds channel order and sample rate
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@914 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-06 18:47:48 +00:00
halleyscometsw
bf8a32fefd
.snds from Incredibles PC
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@913 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-02-06 09:49:57 +00:00
halleyscometsw
6bf8f36726
.seg support for Xbox ADPCM as well as existing ADPCM
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@912 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-22 02:31:52 +00:00
halleyscometsw
7b78a5262d
MPEG fixes from kode54, get the right freq and srate even with MPG123_NEED_MORE, avoid locking up with too little data
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@911 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-19 13:54:59 +00:00
snakemeat
54a6cc88eb
PS3 VAWX, Add loop points and flag. 6 channel audio sounds off.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@910 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-17 22:16:05 +00:00
snakemeat
e4c1a9de5b
Add PS3_VAWX. Attempting to verify 6-channel files.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@909 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-17 21:22:10 +00:00
halleyscometsw
a563156be4
allow a possibly malformed AIX with missing samplerate for 2nd segment
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@908 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-17 18:29:29 +00:00
snakemeat
c14e50f478
Update MSF container for Sony ADPCM content with an invalid file size (0xFFFFFFFF) in the header.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@907 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-14 01:13:02 +00:00
halleyscometsw
040a5a0648
lsf meta and decoder, Fastlane Street Racing (iPhone)
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@906 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-13 08:11:58 +00:00
halleyscometsw
0541b579cb
handle > 2 channels in .baf, don't call it "Blur" anymore
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@905 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-12 01:50:45 +00:00
halleyscometsw
2bb675b980
init filename array
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@904 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-06 01:23:02 +00:00
halleyscometsw
9101076b45
stereo adpcm_wii
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@903 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-05 15:49:42 +00:00
halleyscometsw
c58b2e2acd
Add support for CRI's UTF DSP samples, with ADPCM_WII tables. Currently extensionless.
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@902 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-04 14:20:49 +00:00
halleyscometsw
0c2058782f
add ps2_strlr stuff to makefiles
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@901 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2011-01-04 14:18:46 +00:00
manakoAT
7bcbc6f6be
WIP support for "The Bouncer" .str files
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@900 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2010-12-29 12:33:33 +00:00
snakemeat
863012e3ec
Added key for Sotsugyou 2nd Generation (PS2).
...
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@899 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2010-12-16 06:12:29 +00:00