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.
Thanks for any help.