pokeruby/tools/aif2pcm, branch master Pokémon Ruby and Sapphire Make aif2pcm looping not dependent on order of MARK and INST chunks 2020-02-19T16:54:21+00:00 Diegoisawesome diego@domoreaweso.me 2020-02-19T16:54:21+00:00 0f7e6403d682567fd92d66e6025a9c0c907a3e61

Fix aif2pcm Pascal string bug and follow AIFF loop point standard 2020-02-19T06:40:32+00:00 Diegoisawesome diego@domoreaweso.me 2020-02-19T06:40:32+00:00 bf05e8fe856159faeef7b4d8f54532f521069a6c

suppress make tools noise 2018-04-06T05:09:08+00:00 yenatch yenatch@gmail.com 2018-04-06T05:09:08+00:00 669ec39a834bf8aadb32f8223182ee8429fe68ec

Error on tool warnings 2017-07-07T02:20:50+00:00 yenatch yenatch@gmail.com 2017-07-07T02:20:50+00:00 8f1190efd62fcda55fd580e2609efbb055bc0d3d

strip debugging symbols from tools 2017-05-12T02:57:48+00:00 camthesaxman cameronghall@cox.net 2017-05-12T02:57:48+00:00 543820c7264ad7f2cc206602e88f2172735bbcd3

add LDFLAGS variable to tools makefiles 2017-05-12T02:51:54+00:00 Cameron cameron@VirtualBox.(none) 2017-05-12T02:51:54+00:00 46048394acb7f6441a362c41cc16b7d7d31ba210

simplify delta compression algorithm 2017-01-09T00:54:21+00:00 YamaArashi shadow962@live.com 2017-01-09T00:54:21+00:00 42e277b2983ead33a0a9042bbff428f911bd23f3

aif2pcm: Accept .aiff files too. 2017-01-08T23:08:25+00:00 yenatch yenatch@gmail.com 2017-01-08T23:08:25+00:00 c1330157ee38703e79821fe3f485680b0157352c

aif2pcm: Fix delta compression for foreign audio. 2017-01-08T23:00:49+00:00 yenatch yenatch@gmail.com 2017-01-08T23:00:49+00:00 de69de433b922502b6fe4ce966b7b636dcf53a71 The direction should not be reversed if the delta is too large. The new code is redundant, but the intent is more obvious.
The direction should not be reversed if the delta is too large.
The new code is redundant, but the intent is more obvious.
aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop. 2017-01-08T21:06:19+00:00 yenatch yenatch@gmail.com 2017-01-08T21:06:19+00:00 10e5474a65d2ff356e1a6280568c078fee1c9b52 The reported sample length in the aif header can differ from the actual length of the SSND chunk. The END marker was being misused to contain the reported length, but this still counts as a loop in aif2agb, even if the START marker is omitted (it defaults to the END value). Now the reported length is in the COMM chunk, which is more correct.
The reported sample length in the aif header can differ from the actual
length of the SSND chunk. The END marker was being misused to contain
the reported length, but this still counts as a loop in aif2agb, even
if the START marker is omitted (it defaults to the END value).

Now the reported length is in the COMM chunk, which is more correct.