Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | add aif2pcm to .gitignore | Cameron Hall | |
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 ↵ | Marcus Huderle | |
number of samples). This was needed since we couldn't incbin a string argument in a macro. | |||
2016-09-08 | Convert .aif files to .pcm samples, and update Makefile to use aif2pcm tool. | Marcus Huderle | |