createStereoPanner method

StereoPannerNode createStereoPanner()

The createStereoPanner() method of the BaseAudioContext interface creates a StereoPannerNode, which can be used to apply stereo panning to an audio source. It positions an incoming audio stream in a stereo image using a low-cost panning algorithm.

Note: The StereoPannerNode.StereoPannerNode constructor is the recommended way to create a StereoPannerNode; see Creating an AudioNode.

Implementation

external StereoPannerNode createStereoPanner();