interface PannerNode
implements AudioNode
import { type PannerNode } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
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