[Flashcoders] RE: Loop creator

2008-07-21 Thread Anthony Cintron
I'm looking into building a loop manipulator application. I basically  
want to take 10 preset loops and place them on a time track. Each,  
loop can be placed before or after another loop. I then want to  
combine the entire track and export as an mp3, is this possible via  
ActionScript, or do I need another language to encode MP3's?


Anthony
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Re: [Flashcoders] Re: Loop Creator ( Dynamic Sound )

2008-07-21 Thread Ian Thomas
Hi Anthony,
   Didn't I already reply to this?

   In any case - this version of the question is slightly expanded. :-)

   Yes, it's possible with ByteArrays, however there is no native MP3
encoding built into Flash Player, so writing code to join and then
export a bunch of MP3s together is tricky (and even if you port the
LAME encoder or something, I doubt the AS3 performance will be what
you want).

   I'd suggest doing the stitching together of the MP3 serverside -
there are plenty of serverside technologies that can handle it - and
simply use the Flash client to lay out a 'preview' version using
loops.

Ian

On Mon, Jul 21, 2008 at 3:30 AM, Anthony Cintron
<[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm working on a concept but not sure if it is possible in AS3 Flash Player
> 9. I have a client requesting - some feedback would be greatly appreciated.
> I'm looking into building a "loop creator" application.
>
> I basically want to take preset loops and place them on a time track. The
> loops will be able to layer above each other. I then want to combine the
> entire track and export as an mp3, is this possible via byteArrays? If so,
> could I encode the byteArray to MP3 or do I need to use php or something
> similar.
>
> I'm in the dark on this one. Could definitely use the help.
>
> Anthony
> website: sweetiesandgangsters.net
> blog: codegasm.blogspot.com
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Re: Loop Creator ( Dynamic Sound )

2008-07-21 Thread Anthony Cintron

Hi everyone,

I'm working on a concept but not sure if it is possible in AS3 Flash  
Player 9. I have a client requesting - some feedback would be greatly  
appreciated. I'm looking into building a "loop creator" application.


I basically want to take preset loops and place them on a time track.  
The loops will be able to layer above each other. I then want to  
combine the entire track and export as an mp3, is this possible via  
byteArrays? If so, could I encode the byteArray to MP3 or do I need to  
use php or something similar.


I'm in the dark on this one. Could definitely use the help.

Anthony
website: sweetiesandgangsters.net
blog: codegasm.blogspot.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] RE: Loop creator

2008-07-21 Thread Ian Thomas
Hi Anthony,
   It's definitely possible - the easiest way to do it is if the
actual combination of loops/export to MP3 is done server-side (by
non-Flash code) and then the user downloads it.

HTH,
   Ian

On Sat, Jul 19, 2008 at 5:12 AM, Anthony Cintron
<[EMAIL PROTECTED]> wrote:
> I'm looking into building a loop manipulator application. I basically want
> to take 10 preset loops and place them on a time track. Each, loop can be
> placed before or after another loop. I then want to combine the entire track
> and export as an mp3, is this possible?
>
>
> Anthony Cintron
> Flash/Flex Developer
> E-mail: [EMAIL PROTECTED]
> Web site: sweetiesandgangsters.net
> Blog: codegasm.blogspot.com
>
>
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] RE: Loop creator

2008-07-21 Thread Anthony Cintron
I'm looking into building a loop manipulator application. I basically  
want to take 10 preset loops and place them on a time track. Each,  
loop can be placed before or after another loop. I then want to  
combine the entire track and export as an mp3, is this possible?



Anthony Cintron
Flash/Flex Developer
E-mail: [EMAIL PROTECTED]
Web site: sweetiesandgangsters.net
Blog: codegasm.blogspot.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders