index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aif2pcm
/
main.c
Age
Commit message (
Expand
)
Author
2017-01-08
simplify delta compression algorithm
YamaArashi
2017-01-08
aif2pcm: Accept .aiff files too.
yenatch
2017-01-08
aif2pcm: Fix delta compression for foreign audio.
yenatch
2017-01-08
aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop.
yenatch
2017-01-06
make ROM match
YamaArashi
2017-01-06
Dump the cries and rewrite aif2pcm. (#156)
yenatch
2016-11-13
aif2pcm: Initialize pcm length if there are no MARK chunks.
yenatch
2016-11-13
aif2pcm: Avoid reading past eof.
yenatch
2016-11-13
aif2pcm: Use uint8_t and fix implicitly signed char.
yenatch
2016-09-10
include stdint.h in aif2pcm main.c
YamaArashi
2016-09-10
aif2pcm: Use `uint32_t` instead of `unsigned long` for .bin output.
yenatch
2016-09-10
make aif2pcm compatible with VS2015
YamaArashi
2016-09-10
Remove debugging statement from aif2pcm.
Marcus Huderle
2016-09-08
Use .aif files for programmable wave instruments.
Marcus Huderle
2016-09-08
Output .bin file for direct sound metadata (loop point, pitch adust, and numb...
Marcus Huderle
2016-09-08
Convert .aif files to .pcm samples, and update Makefile to use aif2pcm tool.
Marcus Huderle