interface dom.PannerNode
implements AudioNode
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { PannerNode } = dom;
A PannerNode always has exactly one input and one output: the input can be mono or stereo but the output is always stereo (2 channels); you can't have panning effects without at least two audio channels!
Properties
distanceModel: DistanceModelType
readonly
orientationX: AudioParamreadonly
orientationY: AudioParamreadonly
orientationZ: AudioParampanningModel: PanningModelType
readonly
positionX: AudioParamreadonly
positionY: AudioParamreadonly
positionZ: AudioParam