summaryrefslogtreecommitdiff
path: root/tools/aif2pcm
AgeCommit message (Collapse)Author
2021-12-17one more lelKurausukun
2021-12-17fix indentation againKurausukun
2021-12-17fix indentationKurausukun
2021-12-17accept 16-bit aiff files and convert to 8-bitKurausukun
2021-05-23Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2021-01-05Actually test out that it builds.luckytyphlosion
2021-01-05Fix issue with diffs being incorrect with extreme values.luckytyphlosion
2021-01-05Fix 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-05Fix bug in pcm delta compression.luckytyphlosion
error wasn't being correctly calculated for when new_sample was negative and sample was positive.
2020-12-16[Round 3] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 3] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16[Round 2] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 2] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
For people who want to have dkPless builds in their repo.
2020-12-16Revert multiple source change commits for rebase.luckytyphlosion
2020-11-26Add msys2 and Cygwin instructions, also add .exe extension to built tools.luckytyphlosion
Todo: actually extensively test out msys2 and Cygwin, and double check the readme.
2020-02-19Make aif2pcm looping not dependent on order of MARK and INST chunksDiegoisawesome
2020-02-18Allow INST chunk loops without MARK chunkDiegoisawesome
2020-02-18Add safety checkDiegoisawesome
2020-02-18Follow defined AIFF loop standardDiegoisawesome
2020-02-18Fix aif2pcm Pascal string bug, allow flexibility in marker names for loopDiegoisawesome
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2019-07-23Quieter "make tools"PikalaxALT
2018-06-16re-initializing structs in tools/aif2pcm/main.cgarakmon
initializing all fields because clang doesn’t understand {0}
2018-06-16compiler fixesgarakmon
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-03adding tools from pokerubyxenonnsmb