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 10:34:46 -0400
On Fri, Jul 13, 2012 at 10:24 AM, tahome izwah
<email@hidden> wrote:
So it appears that if I link against libmp3lame.a that would be ok.
Since it's a static ".a" and not a dynamic ".so" or ".dylib" they
clearly seem to have no objections against statically linking it in
which is quite easy to do on all platforms including iOS. You can't
really dynamically link a ".a" file as far as I am aware.
the LGPL requires that if the linkage is static that whoever distributes the application makes it possible for the user to relink. you don't have to use static linkage, of course, but in that case the user has to be able to replace the .so/.dylib used.
how do you propose to allow the user to do either of these things on a iOS platform?
_______________________________________________
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