public domain ogg reader.

Static methods

staticopenFromBytes(bytes:Bytes):Reader

staticopenFromFile(fileName:String):Reader

@:value({ useFloat : false })staticreadAll(bytes:Bytes, output:Output, useFloat:Bool = false):Header

Variables

read onlyheader:Header

loopLength:Null<Int>

loopStart:Null<Int>

read onlytotalMillisecond:Float

read onlytotalSample:Int

Methods

inlinemillisecondToSample(millseconds:Float):Int

@:value({ useFloat : false })read(output:Float32Array, ?samples:Int, ?channels:Int, ?sampleRate:Int, useFloat:Bool = false):Int

inlinesampleToMillisecond(samples:Int):Float