bnnm
70ba297606
Tweak comment
2018-09-23 03:09:46 +02:00
bnnm
7d91ef1432
Cast off_t to off64_t when printf'ing for future 4GB file support
2018-09-23 03:01:13 +02:00
Christopher Snowhill
f9c334cf91
Fix goto statement for compilation without libvorbis.
2018-09-22 17:35:48 -07:00
Christopher Snowhill
249a1bbb4c
Fix compilation of LibAtrac9 interface on Unix.
2018-09-22 17:35:30 -07:00
bnnm
79e60556a8
Add minor doc
2018-09-22 18:06:15 +02:00
bnnm
f29012edb7
Add Capcom .adpcm [Resident Evil: Revelations (Switch)]
2018-09-22 17:45:02 +02:00
bnnm
0e4ee632b9
Remove standard G.722.1 (Siren7), since no game uses it
...
Siren14 wasn't affected by this
2018-09-22 16:32:21 +02:00
bnnm
1e9dbb851b
Fix some FSB5 subsong offsets
2018-09-22 16:13:18 +02:00
bnnm
bcc1661491
Add fake RIFF IMA [MX vs. ATV Unleashed (PC)]
2018-09-22 16:12:36 +02:00
bnnm
eb4e871a05
Fix CSMP [DKC Tropical Freeze (Switch)]
2018-09-22 16:12:06 +02:00
bnnm
00370a813d
Improve BNSF looping
2018-09-22 16:11:39 +02:00
bnnm
e411916a5e
Add ADX key [Tensei Hakkenshi - Fuumaroku (PS2)]
2018-09-22 16:11:16 +02:00
Christopher Snowhill
25f82da164
Merge pull request #299 from NicknineTheEagle/cue-loop
...
RIFF: Looping info from CUE chunk
2018-09-21 17:38:02 -07:00
Christopher Snowhill
771b539291
Merge pull request #298 from bxaimc/master
...
Add .POS looping for .Ogg (SNK Heroines, Sonic Mania)
2018-09-21 17:37:03 -07:00
NicknineTheEagle
b4a71cd5aa
RIFF: implemented looping info from CUE chunk
2018-09-21 14:31:56 +03:00
bxaimc
c7487d010e
Add .POS looping for .Ogg (SNK Heroines, Sonic Mania)
2018-09-20 15:16:07 -04:00
Christopher Snowhill
9b267630ad
Merge pull request #296 from bnnm/bnsf-txth-txtp-ffmpeg
...
bnsf, txth, txtp, ffmpeg
2018-09-14 19:54:26 -07:00
bnnm
170eed3ea8
Add extra lib docs and tweaks
2018-09-12 22:59:49 +02:00
bnnm
5a9fec3580
Add ADX key [Bakumatsu Renka - Karyuu Kenshiden (PS2)]
2018-09-12 20:01:19 +02:00
bnnm
c045d41670
Fix EA-MT looping for all cases [SSX3 (PS2)]
2018-09-10 13:18:53 +02:00
bnnm
37d7fe83c4
Move NXA Opus to its own file, since it's not very standard
2018-09-10 02:24:59 +02:00
bnnm
804fceb5e7
Remove custom FFmpeg, as custom IO streamfile can be used instead
2018-09-10 02:19:34 +02:00
bnnm
5ed95d07d4
Fix Opus interleave streamfile logical size and cleanup
2018-09-10 01:24:32 +02:00
bnnm
74536e0933
Swap custom FFmpeg OPUS for custom streamfile IO
2018-09-10 01:23:34 +02:00
bnnm
496d2ba534
Clean AIX meta a bit
2018-09-09 20:17:41 +02:00
bnnm
a273d9d9a2
Fix bitrate for layered/segemented layouts
2018-09-09 19:22:32 +02:00
bnnm
fd7d6f513d
Simplify get_vgmstream_average_bitrate a bit
...
removed get_vgmstream_average_bitrate_channel_streamfile since it
doesn't really matter if codec_data streamfiles are retested multiple
times (just like vgmstream streamfiles are)
2018-09-09 16:28:39 +02:00
bnnm
6bee2a6209
Add .utk [The Sims Online (PC), SimCity 4 (PC)]
2018-09-09 15:29:34 +02:00
bnnm
5662dca358
Fix missing layout (was autoselected)
2018-09-09 15:29:23 +02:00
bnnm
06ea6af303
Minor doc
2018-09-09 15:13:58 +02:00
bnnm
e3c5430597
Fix some EA SCHl .bnk
2018-09-09 15:04:23 +02:00
bnnm
210d365df1
Add .sod Ogg extension [Zone 4 (PC)]
2018-09-09 12:24:28 +02:00
bnnm
2b7cd654b2
Allow arbitrary frame sizes for G719 and cleanup
2018-09-09 12:24:08 +02:00
bnnm
a3f2231ba1
Update EA-MT API a bit
2018-09-09 00:51:35 +02:00
bnnm
47b5a189cf
Clean EA-MT code
2018-09-08 23:36:31 +02:00
bnnm
417cc59277
Fix EA-MT looping [SSX3 (PS2)]
2018-09-08 19:22:56 +02:00
bnnm
9c7e559cb9
Try to setup Makefile for cross-compile (untested)
2018-09-08 17:07:33 +02:00
bnnm
ea88c85304
Apply TXTP looping/time config in foobar/winamp/test
2018-09-08 01:22:49 +02:00
bnnm
311f4c1689
Simplify CLI -r option
2018-09-07 19:48:03 +02:00
bnnm
c9ca0e4394
Update CLI to follow TXTP looping/time config
2018-09-07 19:35:04 +02:00
bnnm
1810d3ced6
Add TXTP commands for looping/time (#i #E #lN #fN #dN #F)
...
- #i (ignore loop)
- #E (force end-to-end loop)
- #lN (force N loops)
- #fN (fade time)
- #dN (fade delay)
- #F (don't fade after N loops and play song end)
2018-09-07 19:34:31 +02:00
bnnm
decc160632
Clean CLI some more
2018-09-07 00:21:17 +02:00
bnnm
b55bc5a9d6
Reorganize CLI code a bit for future changes
2018-09-06 23:32:22 +02:00
bnnm
19f69e14b7
Add ALP IMA decoder [Lego Racers (PC)]
2018-09-06 20:25:04 +02:00
bnnm
800ebfc007
Minor doc
2018-09-06 18:10:47 +02:00
bnnm
5e2283f51a
Fix some .MSA [Konohana Pack: 3tsu no Jikenbo (PS2)]
2018-09-06 18:09:56 +02:00
bnnm
f519b1ad70
Add DERF DPCM decoder [Stupid Invaders (PC)]
2018-09-06 17:45:34 +02:00
bnnm
00bec4bd70
Extra check when disabling looping
2018-09-06 16:44:42 +02:00
bnnm
131340882b
Add TXTP command #sN for subsong N (#N still works)
2018-09-04 23:53:25 +02:00
bnnm
59b303d753
Update libacm to 1.2 and add .WAVC sfx
2018-09-04 22:42:21 +02:00