summaryrefslogtreecommitdiff
path: root/tools/aif2pcm/main.c
AgeCommit message (Expand)Author
2017-01-08simplify delta compression algorithmYamaArashi
2017-01-08aif2pcm: Accept .aiff files too.yenatch
2017-01-08aif2pcm: Fix delta compression for foreign audio.yenatch
2017-01-08aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop.yenatch
2017-01-06make ROM matchYamaArashi
2017-01-06Dump the cries and rewrite aif2pcm. (#156)yenatch
2016-11-13aif2pcm: Initialize pcm length if there are no MARK chunks.yenatch
2016-11-13aif2pcm: Avoid reading past eof.yenatch
2016-11-13aif2pcm: Use uint8_t and fix implicitly signed char.yenatch
2016-09-10include stdint.h in aif2pcm main.cYamaArashi
2016-09-10aif2pcm: Use `uint32_t` instead of `unsigned long` for .bin output.yenatch
2016-09-10make aif2pcm compatible with VS2015YamaArashi
2016-09-10Remove debugging statement from aif2pcm.Marcus Huderle
2016-09-08Use .aif files for programmable wave instruments.Marcus Huderle
2016-09-08Output .bin file for direct sound metadata (loop point, pitch adust, and numb...Marcus Huderle
2016-09-08Convert .aif files to .pcm samples, and update Makefile to use aif2pcm tool.Marcus Huderle