Commit Graph

4625 Commits

Author SHA1 Message Date
Francis Gagné
07f9b7ea66 meta/ogg_vorbis: Support LOOPMS tags
Teach the Ogg Vorbis parser to interpret the value from LOOPMS tags as a
loop start position, measured in milliseconds (instead of the typical
samples). Converting this value to samples requires the sample rate, so
we must now read the sample rate before interpreting the tags.

These tags are used in Sonic Robo Blast 2 (as of v2.2.6).
2020-09-09 23:28:21 -04:00
Francis Gagné
414aa219c8 meta/ogg_vorbis: Support LOOPPOINT tags
Teach the Ogg Vorbis parser to interpret the value from LOOPPOINT tags
as a loop start position.

These tags are used in Sonic Robo Blast 2 (as of v2.2.6).
2020-09-09 22:38:35 -04:00
bnnm
40e93cd4df
Merge pull request #701 from bnnm/txtp-mul
txtp mul
2020-09-06 19:52:11 +02:00
bnnm
e983eeac9e
Merge branch 'master' into txtp-mul 2020-09-06 19:44:32 +02:00
bnnm
f1cc03dcef
Merge pull request #700 from BreakinBenny/patch-1
COMMENT in batch
2020-09-06 19:31:10 +02:00
bnnm
f61b746861 Fix some .mul [Tomb Raider 8 (PS3), Avengers (PC)] 2020-09-06 19:26:37 +02:00
bnnm
627fbe2f4e Fix some loop install issues with layers 2020-09-06 19:24:56 +02:00
BreakinBenny
fa8d8b7c9f
Update README.md
Also removed a little superfluous space in that REM extract thing.
2020-09-06 18:42:56 +02:00
BreakinBenny
7aebda8a06
COMMENT in batch
Marked as comment in case someone were to copypaste that into a batch file
2020-09-06 18:26:01 +02:00
bnnm
77173e4ac8
Merge pull request #699 from bnnm/hca
hca
2020-09-05 19:04:14 +02:00
bnnm
86b6aefc33 Add HCA key 2020-09-05 18:50:29 +02:00
bnnm
d345fba241
Merge pull request #698 from bnnm/master
misc
2020-09-04 23:09:46 +02:00
bnnm
216e1e019d Fix some Ubi SB [Petz Sports (Wii), NCIS (Wii)] 2020-09-04 22:58:42 +02:00
bnnm
a51008ad5a Fix some Ubi BAO [Avatar (Wii), Drawsome (Wii)] 2020-09-04 22:54:03 +02:00
bnnm
55b0854b3e Fix some .sab [Men of Valor (PC), Just Cause (PS2)] 2020-09-04 22:52:43 +02:00
bnnm
fdcaabc932 Cleanup 2020-09-04 17:11:22 +02:00
bnnm
87fc7007d7
Merge pull request #697 from bnnm/joe-hca
joe hca
2020-08-29 01:12:22 +02:00
bnnm
040bad86ce Add HCA keys 2020-08-29 01:05:08 +02:00
bnnm
3eaa43ea63 Fix some .joe [Counter Terrorism Special Forces (PS2)] 2020-08-29 01:04:46 +02:00
bnnm
573e3bd001
Merge pull request #695 from bnnm/misc
misc
2020-08-22 13:48:13 +02:00
bnnm
ff5ffac950 Fix infinite loop with bad data in Wwise Vorbis 2020-08-22 13:40:49 +02:00
bnnm
e42aebf945 Fix seeking with "ignore fade" set 2020-08-22 13:40:01 +02:00
bnnm
c0f5a48aff Allow .txtp matching base files in !tags.m3u 2020-08-22 13:39:48 +02:00
bnnm
709b897754
Merge pull request #691 from bnnm/etc
etc
2020-08-20 00:00:20 +02:00
bnnm
19d940ff07 Doc 2020-08-19 23:52:01 +02:00
bnnm
556a983f33 txtp_maker: remove some less useful options and tweaks 2020-08-19 23:51:31 +02:00
bnnm
ec8d34acd7 Clean TXTP maker code, add optional text in names, fix some bugs 2020-08-19 18:41:46 +02:00
bnnm
69b99e1954 Fix disabling play forever undone by reset (affects foobar convert file) 2020-08-19 18:40:56 +02:00
bnnm
2da75c95fd Remove repeated fsb key 2020-08-19 18:39:00 +02:00
bnnm
baf36daf32 Fix compiler warn 2020-08-19 18:37:46 +02:00
bnnm
f44c795b69 Fix some .ivaud sounds [GTA4 (X360/PS3)] 2020-08-18 15:31:38 +02:00
bnnm
232920eeb2 Cleanup 2020-08-18 14:38:22 +02:00
NicknineTheEagle
0facd5ee99
Merge pull request #690 from NicknineTheEagle/mpf
EA MPF: Fixed empty tracks
2020-08-17 22:22:33 +03:00
NicknineTheEagle
8707214040 EA MPF: Fixed empty tracks 2020-08-17 21:45:13 +03:00
bnnm
b417cab547
Merge pull request #688 from simontime/patch-1
Highly improved Game.com ADPCM decoding algorithm
2020-08-16 22:34:32 +02:00
Simon Aarons
ac38e353df
Use adpcm_history1_32 for consistency 2020-08-16 22:57:38 +10:00
Simon Aarons
57cd7c6029
Line not actually useless, future-proofing in case of reordering 2020-08-16 22:55:23 +10:00
Simon Aarons
18d461bc36
Remove useless lines 2020-08-16 15:53:13 +10:00
Simon Aarons
e04234e733
Fix offset bug 2020-08-16 15:52:23 +10:00
Simon Aarons
a9100be92f
Initialise sample history and step index to 0 2020-08-16 13:08:29 +10:00
Simon Aarons
221c50b85c
Ensure int32_t for clamps 2020-08-16 12:36:59 +10:00
Simon Aarons
8a5af7ccdb
Highly improved Game.com ADPCM decoding algorithm 2020-08-16 12:28:15 +10:00
bnnm
5682f3b9cc
Merge pull request #687 from bnnm/fsb-sil
fsb sil
2020-08-15 20:44:03 +02:00
bnnm
aed0125ed1 Add FSB4 key [Stacking (X360)] 2020-08-15 20:05:39 +02:00
bnnm
a33c63d8a0 Fix truncated .wem with PTADPCM 2020-08-15 20:04:59 +02:00
bnnm
f5a9e5d06a Add TXTP silence entry 2020-08-15 20:04:50 +02:00
bnnm
e4ed26e703 Use silence meta for dummy entries in BKHD 2020-08-15 20:03:32 +02:00
bnnm
dd0fbb0e65 Add silence codec/meta for special cases 2020-08-15 18:23:49 +02:00
bnnm
fbab0c0905 Fix some decoding edge cases 2020-08-15 16:13:01 +02:00
bnnm
295e187452
Merge pull request #686 from bnnm/riff-seek-bank
riff seek bank
2020-08-12 18:34:14 +02:00