On Tue, Jun 23, 2009 at 5:23 AM, Khurram Shakoor <[email protected]>wrote:
> > I have search the C files for ilbc codec but unable to find them . can > u please help me out in finding the source of C and better to give me > DLL............. > > Regards > You need to go here: http://www.ilbcfreeware.org/software.html The C code is INSIDE the RFC. There is an awk script to extract the code then you can compile it. Not the best way to distribute code IMO. However, I tested it and the C files extracted fine. >From the site: The iLBC ANSI C Source code is available through IETF RFC page<http://www.ietf.org/rfc/rfc3951.txt>, which use is subject to the GIPS Royalty Free License and can be obtained here <http://www.ilbcfreeware.org/documentation/gips_iLBClicense.pdf>. In order to extract C code form the draft please use the following awk script<http://www.ilbcfreeware.org/documentation/extract-cfile.awk>(courtesy of Wenju Jiang, Columbia University) and for the command syntax check readme<http://www.ilbcfreeware.org/documentation/Readme_ilbc_extract.txt>file. Hope this helps.
