Results 121 - 140 of 247

AudioContext.onstatechange

The following snippet is taken from our AudioContext states demo (see it running live.) The onstatechange hander is used to log the current state to the console every time it changes.
API AudioContext onstatechange Property Reference Référence Web Audio API

AudioListener

It is important to note that there is only one listener per context and that it isn't an AudioNode.
API AudioListener Interface Reference Référence Web Audio API

AudioListener.speedOfSound

The speedOfSound property of the AudioListener interface is a double value representing the speed of sound, in meters per second.
API AudioListener Deprecated Property Reference Référence speedOfSound Web Audio API

AudioNode

The AudioNode interface is a generic interface for representing an audio processing module like an audio source (e.g. an HTML <audio> or <video> element, an OscillatorNode, etc.), the audio destination, intermediate processing module (e.g. a filter like BiquadFilterNode or ConvolverNode), or volume control (like GainNode).
API AudioNode Interface Reference Référence Web Audio API

AudioNode.channelCount

channelCount's usage and precise definition depend on the value of AudioNode.channelCountMode:
API AudioNode channelCount Property Reference Référence Web Audio API

AudioNode.channelCountMode

The possible values of channelCountMode and their meanings are:
API AudioNode channelCountMode Property Reference Référence Web Audio API

AudioNode.connect(AudioNode)

A reference to the destination AudioNode object. In some browsers older implementations of this interface return void.
API AudioNode connect Method Reference Web Audio API

AudioNode.connect(AudioParam)

It is possible to connect an AudioNode output to more than one AudioParam, and more than one AudioNode output to a single AudioParam, with multiple calls to connect(). Fan-in and fan-out are therefore supported.
API AudioNode connect Method Reference Référence Web Audio API

AudioParam.cancelScheduledValues()

A reference to this AudioParam object. In some browsers older implementations of this interface return void.
API AudioParam cancelScheduledValues Method Reference Web Audio API