开发者

Algorithm for converting PCM to IMA ADPCM?

I have an algorithm for decompressing IMA ADPCM from http://wiki.multimedia.cx/index.php?title=IMA_ADPCM, but no way to re-compress it back to IMA ADPCM. Is there a simple pseudo code description, or do I have to reverse engineer it from the decompression algorithm?

I'm doing this because I'm writing a server that needs to receive audio, merge the audio tracks together, then send it back out.

Th开发者_开发技巧anks for any help.


Oops...

I did look around a bit and even found my way to this question: What is the algorithm of converting pcm to adpcm?. And to the site that held the answer for both questions: http://www.cs.columbia.edu/~hgs/audio/dvi/.

But I was too frustrated with looking through so many pages and documents that I gave up looking when I couldn't find the page.

But I found it. Pages 31-35 give the algorithm and a examples of running through it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜