Re: Converting sound
Re: Converting sound
- Subject: Re: Converting sound
- From: Robert Martin <email@hidden>
- Date: Thu, 20 Jan 2005 04:00:04 -0500
Cocoa does not provide such functions. Converting media formats can be
done with QuickTime. But because of licensing issues, QuickTime does
not provide an MP3 encoder (only a decoder), I think. For this reason
e.g. iTunes has its own (licensed ;-)) MP3 codec built-in; for all
other formats, including AAC, iTunes is using QuickTime.
To do this in Cocoa, easiest is to download and install the LAME
library from sourceforge, and use NSTask to run it. (check your
licensing needs)
Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden