• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What's involved streaming audio to disk as mp3 in iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: tahome izwah <email@hidden>
  • Date: Fri, 13 Jul 2012 16:24:05 +0200

Not sure if that is true. They state on their web site:

"Can I use LAME in my commercial program?

Yes, you can, under the restrictions of the LGPL.  The easiest way to
do this is to:

1. Link to LAME as separate library (libmp3lame.a on unix or
   lame_enc.dll on windows)

2. Fully acknowledge that you are using LAME, and give a link
   to our web site, www.mp3dev.org

3. If you make modifications to LAME, you *must* release these
   modifications back to the LAME project, under the LGPL."

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.

Or am I missing something here?
--th



2012/7/13 Paul Davis <email@hidden>
>
>
>
> 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

  • Follow-Ups:
    • Re: What's involved streaming audio to disk as mp3 in iOS
      • From: Paul Davis <email@hidden>
References: 
 >What's involved streaming audio to disk as mp3 in iOS (From: Morgan Packard <email@hidden>)
 >Re: What's involved streaming audio to disk as mp3 in iOS (From: Chris Adamson <email@hidden>)
 >Re: What's involved streaming audio to disk as mp3 in iOS (From: tahome izwah <email@hidden>)
 >Re: What's involved streaming audio to disk as mp3 in iOS (From: Paul Davis <email@hidden>)

  • Prev by Date: Re: AULab sees my AudioUnit but Logic doesn't
  • Next by Date: Re: AULab sees my AudioUnit but Logic doesn't
  • Previous by thread: Re: What's involved streaming audio to disk as mp3 in iOS
  • Next by thread: Re: What's involved streaming audio to disk as mp3 in iOS
  • Index(es):
    • Date
    • Thread