Ogg Vorbis in Flash
I realize that some time ago I wrote a frontend for the Adobe Alchemy's Ogg Vorbis decoder. I know I neglected to post it due to large amounts of time being absorbed by various stuff (in other words, except Fridays I have roughly three hours of time not spent working or doing any other activity not related to having fun).
DOWNLOAD OGG VORBIS ALCHEMY LIBRARY FRONTEND BY MAURYCY ZARZYCKI (MAUFT.COM)
Speaking of that, I wanted to once again publish my frontend. I haven't made any changes to that, all existing bugs still exists. I am officially abandoning this thing and will NEVER AGAIN work on it, feel free to use it in any way you want, as long as you stick to the licensing present in Readme. Below is an excerpt from readme:
[Embed(source="c:/TestAudio.ogg",mimeType="application/octet-stream")]
private var OGG_FILE:Class;
var embedTest:OggEmbed=new OggEmbed((new OGG_FILE) as ByteArray);
var streamTest:OggStream=new OggStream("http://www.vorbis.com/music/Hydrate-Kenny_Beltrey.ogg");
var radioTest:OggRadio=new OggRadio("http://www.foo.be:8000/cthulhu303.ogg");
//embedTest.play(100);
//streamTest.play(10);
//radioTest.play();
//embedTest.stop();
//streamTest.stop();
//radioTest.stop();
Aside from this, don't expect many new updates. We are working on a big side project, the expected release is end of November, but the final deadline I set to the New Year's Eve. As of now? Game on!