Created
August 15, 2022 12:32
-
-
Save mintisan/e7f8c94f2ef37eeb2789d23e600f3a3b to your computer and use it in GitHub Desktop.
Revisions
-
mintisan created this gist
Aug 15, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ ## 介绍 ## 参考 - [IMA-ADPCM 算法](https://www.codingnow.com/text/adpcm.htm) by 云风 - [Dialogic ADPCM Algorithm](http://www.mp3-tech.org/programmer/docs/adpcm.pdf) ### 代码 - [adpcm-xq](https://github.com/dbry/adpcm-xq) : Xtreme Quality IMA-ADPCM Encoder / Decoder