Just tried the demo, looks great!
If it works well, then I propose we add it to the Haxe format library. The Lime tools already rely on this for compilation, and I believe I have commit rights.
The second question is if we can extend Sound and make it work the same as an ordinary sound. I’m concerned that there might be some reason we cannot do this, but if we are able, then this would be perfect – Assets.getSound returns a Sound type (like normal) but #if format we can return an OGG Sound
I also wonder if the format code should be split into “ogg” and “vorbis” classes rather than only “vorbis”, but that’s just semantics
Exciting!