being able to read the data is cool, but just to say it one more time, being able to create audio data would be great.

I do have one idea which i'll attempt if it doesnt look like we will get sound buffer access when the next player is released.

As i mentioned earlier there is a Loader.loadBytes function which im hoping allows you to create and load swf's entirely in the player.

So with a bit of trickery it might be possible to synthesize audio into a buffer, write it into a swf and then use the Loader.loadBytes to play it, all done in the player.

I think one of the biggest challenges for this idea would be encoding the sound into the created swf, im not really up for writing an mp3 encoder in actionscript. But if there is a more simple encoding scheme that can be used then it would be one route to synthesizing and processing audio entirely in the client.

Of course, it may even be possible to do something like create the audio in the swf as a streaming sound and just keep pumping bytes into the loader, but im getting way ahead of myself with that :)

martin.

Robert A. Colvin wrote:
http://www.richapps.de/?p=23

check it out..;)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of hank
williams
Sent: Wednesday, December 07, 2005 8:07 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Who wants MIDI in the Flash Player?


the 8.5 player already has an FFT (aka sound spectrum) function built
in, but i think its buggy (this is what i have read, ive not tried it

yet)


Are people currently trying to do sound related stuff?

Hank


:)

martin
--
Martin Wood

http://relivethefuture.com/choronzon
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to