Re: What's involved streaming audio to disk as mp3 in iOS
Re: What's involved streaming audio to disk as mp3 in iOS
- Subject: Re: What's involved streaming audio to disk as mp3 in iOS
- From: Paul Davis <email@hidden>
- Date: Fri, 13 Jul 2012 09:18:41 -0400
On Fri, Jul 13, 2012 at 5:58 AM, tahome izwah
<email@hidden> wrote:
CA / iOS has no support for MP3 encoding, so you will have to use a 3rd party library such as L.A.M.E. (lame.sourceforge.net) which appears to be free.
note that LAME is LGPL'ed which makes it tricky to use in an app. The user must be able to replace the instance of LAME used by your app with their own (possibly modified) version. this can happen either dynamically or by relinking. this is, needless to say, hard to do with an "app".
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden