Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-05 | Actually test out that it builds. | luckytyphlosion | |
2021-01-05 | Fix issue with diffs being incorrect with extreme values. | luckytyphlosion | |
2021-01-05 | Fix choice of delta sign. | luckytyphlosion | |
Ensure that the delta goes in the correct direction (i.e. use positive delta for prev <= sample, and negative delta for prev > sample) | |||
2021-01-05 | Fix bug in pcm delta compression. | luckytyphlosion | |
error wasn't being correctly calculated for when new_sample was negative and sample was positive. | |||
2020-02-19 | Make aif2pcm looping not dependent on order of MARK and INST chunks | Diegoisawesome | |
2020-02-18 | Allow INST chunk loops without MARK chunk | Diegoisawesome | |
2020-02-18 | Add safety check | Diegoisawesome | |
2020-02-18 | Follow defined AIFF loop standard | Diegoisawesome | |
2020-02-18 | Fix aif2pcm Pascal string bug, allow flexibility in marker names for loop | Diegoisawesome | |
2018-06-16 | re-initializing structs in tools/aif2pcm/main.c | garakmon | |
initializing all fields because clang doesn’t understand {0} | |||
2018-06-16 | compiler fixes | garakmon | |
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds. | |||
2017-12-03 | adding tools from pokeruby | xenonnsmb | |