Ayashi Adaptive Differential pulse code modulation encoder / decoder
This is a lossy audio codec inspired by IMA-ADPCM and ITU-T G.726.
git clone https://github.com/aikiriao/AAD.git
cd AAD
make./aad -e INPUT.wav OUTPUT.aadBy default, AAD convert wav to 4-bit/sample ADPCM. Please use -b option to change bit/sample.
Example for 3-bit/sample encode:
./aad -e -b 3 INPUT.wav OUTPUT.aad./aad -d INPUT.aad OUTPUT.wavType -h option to display usages for other modes.
./aad -hCopyright (c) 2020 aikiriao Licensed under the WTFPL license.