all groups > flash actionscript > september 2007 >
You're in the

flash actionscript

group:

MP3 mixing


MP3 mixing dr.Evol
9/4/2007 8:58:28 PM
flash actionscript:
Hi!
This is not a question for this forum but anyway.. Im woring on flash app
which allows mixing of two or more mp3s. What I need is a .Net activeX
component which is able to do mixing of mp3 files (one over another) and
produces a new mp3 file.
Im moe a Flash than a .Net developer so I dont have any idea where to search
for it..
So.. if anyone knows for this kind of component, please let me know!

thanks!

Re: MP3 mixing Flash Actions
9/5/2007 12:10:20 AM
Re: MP3 mixing dr.Evol
9/5/2007 6:16:28 AM
yes, media server is the first thing you think of, but the problem is that it
is a streaming server - you have to stream something to it and then it can save
the stream in a local file. So, you could basically play anything within flash,
stream it to media server, media server records it and then you can download it
as a file.
But the entire process is very bandwidth and time consuming since you'll have
to play the track in realtime to record it...
Im not very familiar with the media2 server, but i'm sure it cannot grab local
mp3s and recreate a new mp3 file.

I've been googling for a mp3 merging solution.. there are programs out there
which can take more mp3s and stick it together in one long track. And they need
2 secs for that... I've also found some activex components which are able to
do some manipulations over the audio files but none of them can be used to
merge together two or more mp3s in a "mixed up" way...
AddThis Social Bookmark Button