Re: Converting wav to mp3
Re: Converting wav to mp3
- Subject: Re: Converting wav to mp3
- From: Andrew Farmer <email@hidden>
- Date: Wed, 13 Dec 2006 04:16:50 -0800
On 13 Dec 06, at 02:33, David Brennan wrote:
I am tring to convert a wav file to mp3. I have found the LAME
library, but don't know how to use it in Cocoa. Is there any examples
of how to do this, or should I use a different library.
You may be better off packaging the lame command-line tool with your
program and launching it with NSTask. Parsing the output will be a
bit tricky, but you don't have to worry as much about threading this
way. Also, it's a lot easier to install a new version of the
executable than it is to upgrade the library.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden