I am recording audio in .caf format. I want to convert this to mp3 format. I got the lame framework and included this in the xCode project. Now i want to know how to use this library. Please give step by step instructions or some tutorial i can refer.

link|improve this question

43% accept rate
Have you thought about the fact that LAME is LGPL'ed, that App Store terms conflict with free-redistribution-required terms in GPL/LGPL, and that iOS platform does not have a "permitted" way to dynamically link code? This last thing means your code would have to be LGPL too. I don't think you can simulataneously satisfy App Store terms and GPL/LGPL. Best would be to check with authors of LAME. See more info about LGPL/iOS incompatibility: old.nabble.com/iPhone-SDK-%3C-%3E-SDL-License-td19983219.html – Ivan Vučica Jan 2 at 20:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.