Skip to content

Instantly share code, notes, and snippets.

View xavierstampslafont's full-sized avatar

Xavier Stamps-Lafont xavierstampslafont

View GitHub Profile
@Yanrishatum
Yanrishatum / OAL.hx
Created June 19, 2016 16:53
Streaming audio fast implementation
package utils.system;
import haxe.io.BytesData;
import lime.audio.openal.AL;
import lime.utils.UInt16Array;
//import openal.AL;
import lime.utils.UInt8Array;
import ogg.Ogg;
import openfl.Assets;
import openfl.utils.ByteArray;
import utils.system.OAL.StreamingAudio;