class js.html.audio.AudioBuffer

Available on all platforms

Instance Fields

function copyFromChannel(destination:Float32Array, channelNumber:Int, ?startInChannel:Int = 0):Void

function copyToChannel(source:Float32Array, channelNumber:Int, ?startInChannel:Int = 0):Void

function getChannelData(channel:Int):Float32Array