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.aad
By 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.wav
Type -h
option to display usages for other modes.
./aad -h
Copyright (c) 2020 aikiriao Licensed under the WTFPL license.