Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-28 Thread Kevin Newman
That's awesome! I get an error message when it loads, and then the audio is choppy, but otherwise, this is very promising. I hope it will be released as open source, and that the performance issues can be sorted, that'd be great for anyone concerned about mp3 patent issues. Kevin N. Martin

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-27 Thread Abdul Qabiz
Cool! That's amazing.. -abdul On 1/26/07, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote: Its been done. :) http://flash.j-ogg.de/ Hopefully the source will be released at some point. I know that its built on top of the audio engine made by Chris Sperry of FlashCodersBrighton fame.

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-26 Thread Jeffry Houser
I'd love to see a way to get this working, although assumed it was not possible. Are the sound classes in AS3 open source? Could they be used as a base for an Ogg Vorbis decoder? The question that comes to mind is, why bother? Just use an mp3! I actually have an answer, for those

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-26 Thread Abdul Qabiz
There are APIs (URLLoader, URLStream) to load binary data (file, stream etc), manipulate bits (ByteArray) and create also. I don't think there is out of box vorbis decoder in Adobe Flash Player. You can achieve what you want to do... There are APIs to do that... And I guess, once you are done

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-26 Thread Martin Wood-Mitrovski
Its been done. :) http://flash.j-ogg.de/ Hopefully the source will be released at some point. I know that its built on top of the audio engine made by Chris Sperry of FlashCodersBrighton fame. http://www.flashcodersbrighton.org/wordpress/?p=9 There is a version of the core audio engine in

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-26 Thread Jeffry Houser
The first link throws a lot of errors, although I do hear staggered noise between them. other than that it looks like really cool stuff. At 05:23 AM 1/26/2007, you wrote: Its been done. :) http://flash.j-ogg.de/http://flash.j-ogg.de/ Hopefully the source will be released at some point.

[flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-25 Thread Kevin Newman
Hello, I was wondering what the feasibility of porting an integer based audio decoder like Ogg Vorbis Tremor to Actionscript 3 is. Are there APIs in place that would allow you to load a vorbis file, decode it and output the audio? Does AVM2 have the horse power to pull off something like that?

Re: [flexcoders] Ogg Vorbis Tremor in AS3?

2007-01-25 Thread JesterXL
Andre managed to make a mod player. Not sure what mods are, but they have that 8 bit feel. http://lab.andre-michelle.com/8bitboy More of his audio work here, maybe something along the lines of what you are looking for: http://lab.andre-michelle.com/tag/audio/ On Jan 25, 2007, at 1:03