[flexcoders] Playing sound from an array instead of a file

2009-01-30 Thread Jo Morano
Can the Sound object be used somehow to play from a byte array of sound data
instead of loading a URL? I want to load the URL separately into the byte
array and then play the sound. I need real time behavior so using the new
Flash 10 SoundMixer class or accessing the array after loading the sound
object doesn't work for me!

Regards


Re: [flexcoders] Playing sound from an array instead of a file

2009-01-30 Thread Nate Beck
I saw a demo at MAX where they used Alchemy (
http://labs.adobe.com/technologies/alchemy/) to unencode an OGG Vorbis file
and play it.

Maybe it's something similar to what you're trying to do.
On Fri, Jan 30, 2009 at 6:19 AM, Jo Morano jo.moran...@gmail.com wrote:

   Can the Sound object be used somehow to play from a byte array of sound
 data instead of loading a URL? I want to load the URL separately into the
 byte array and then play the sound. I need real time behavior so using the
 new Flash 10 SoundMixer class or accessing the array after loading the sound
 object doesn't work for me!

 Regards
 




-- 

Cheers,
Nate

http://blog.natebeck.net