Private cachePrivate eventPrivate finalizationPrivate prevCreates a PannerNode with the specified options.
An object containing the options to use when creating the PannerNode.
A new PannerNode instance with the specified options.
const panner = audio.createPanner({
positionX: 0,
positionY: 0,
positionZ: 0,
orientationX: 0,
orientationY: 0,
orientationZ: 0,
});
Creates a Group containing Sound instances loaded from multiple URLs.