Results 141 - 160 of 167

PannerNode.positionX

An AudioParam whose value is the X coordinate of the audio source's position, in 3D Cartesian coordinates.
API PannerNode positionX Property Reference Web Audio API

PannerNode.positionY

An AudioParam whose value is the Y coordinate of the audio source's position, in 3D Cartesian coordinates.
API PannerNode positionY Property Reference Web Audio API

PannerNode.positionZ

An AudioParam whose value is the Z coordinate of the audio source's position, in 3D Cartesian coordinates.
API PannerNode positionZ Property Reference Web Audio API

PeriodicWave

PeriodicWave has no inputs or outputs; it is used to create custom oscillators via OscillatorNode.setPeriodicWave. The PeriodicWave itself is created/returned by AudioContext.createPeriodicWave.
API Interface PeriodicWave Reference Référence Web Audio API

StereoPannerNode

The pan property takes a unitless value between -1 (full left pan) and 1 (full right pan). This interface was introduced as a much simpler way to apply a simple panning effect than having to use a full PannerNode.
API Audio Interface Reference StereoPannerNode Web Audio API

WaveShaperNode.curve

The curve property of the WaveShaperNode interface is a Float32Array of numbers describing the distortion to apply.
API curve Property Reference Référence WaveShaperNode Web Audio API

WaveShaperNode.oversample

The oversample property of the WaveShaperNode interface is an enumerated value indicating if oversampling must be used. Oversampling is a technique for creating more samples (up-sampling) before applying a distortion effect to the audio signal.
API oversample Property Reference Référence WaveShaperNode Web Audio API

Web Audio API

The Web Audio API involves handling audio operations inside an audio context, and has been designed to allow modular routing. Basic audio operations are performed with audio nodes, which are linked together to form an audio routing graph. Several sources — with different types of channel layout — are supported even within a single context. This modular design provides the flexibility to create complex audio functions with dynamic effects.
API Guide Overview Reference Référence Web Audio API

Basic concepts behind Web Audio API

The Web Audio API involves handling audio operations inside an audio context, and has been designed to allow modular routing. Basic audio operations are performed with audio nodes, which are linked together to form an audio routing graph. Several sources — with different types of channel layout — are supported even within a single context. This modular design provides the flexibility to create complex audio functions with dynamic effects.
audio Audio concepts Guide Media Web Audio API