Path: utzoo!telecom-request Date: Fri, 5 Apr 1991 15:23:08 GMT From: Quinn Jensen Newsgroups: comp.dcom.telecom Subject: Converting PCM to ADPCM Message-ID: Organization: Sanyo/Icon International, Inc., Orem, Utah Sender: Telecom@eecs.nwu.edu Approved: Telecom@eecs.nwu.edu X-Submissions-To: telecom@eecs.nwu.edu X-Administrivia-To: telecom-request@eecs.nwu.edu X-Telecom-Digest: Volume 11, Issue 268, Message 14 of 14 Lines: 10 I am looking for some routines, hopefully in C, to convert 8-bit companded PCM samples to ADPCM. I want to convert the samples in not-necessarily real time. If no software is available, I'll probably attempt myself to impliment a transcoder in fixed-point using C, with the TI app note as a reference ("32-kbts/s ADPCM with the TMS32010," _Digital Signal Processing Applications with the TMS320 Family_, Sect. 17). The code and documentation found on Dr. Bub for the 56001 should be helpful as well.