Re: mp3 "mixing"
Re: mp3 "mixing"
- Subject: Re: mp3 "mixing"
- From: David Duncan <email@hidden>
- Date: Thu, 9 Mar 2006 08:43:01 -0500
On Mar 9, 2006, at 08:34 AM, Stathy G Touloumis wrote:
I am working on designing a web based application which takes
multiple "sound files" (mp3/swf/wav) allows them to be reorganized
(spaced, looped, etc). When completed with "mix" the information
is saved in a configuration format which is sent back to a server
(Linux/Mac) which can then take the multiple files and the
configuration information to then create a single audio file
preferably mp3.
I am currently researching the server side portion for taking the
configuration information to create the single audio file.
My question is it seems with Mac's extensive API this should be
possible? Is it? Anyone have experience with this that can point
me in any specific direction?
Apple doesn't ship an mp3 encoder on the system. You have two options
- get an mp3 encoder that works with Quicktime/CoreAudio, or get a
library that allows you to encode to mp3 (such as LAME). Either way,
it is not automatic (due to mp3 licensing restrictions iirc).
If you go the LAME route, then you can probably deploy on either Mac
or Linux server side, so that might be an option you want to look
into as well.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
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
References: | |
| >mp3 "mixing" (From: Stathy G Touloumis <email@hidden>) |