W3cubDocs

/Haxe JavaScript

AudioProcessingEvent

package js.html.audio

extends Event

@:native("AudioProcessingEvent") Available on js

The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode input buffer is ready to be processed.

Documentation AudioProcessingEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only inputBuffer:AudioBuffer

read only outputBuffer:AudioBuffer

read only playbackTime:Float

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/audio/AudioProcessingEvent.html