AudioNode

open external class AudioNode : JsAny

Represents a generic node of the Web Audio API

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun connect(destination: AudioNode, output: Int = definedExternally, input: Int = definedExternally): AudioNode
Link copied to clipboard