Type Alias HrtfPannerOptions
HrtfPannerOptions: Pick<
PannerOptions,
| "coneInnerAngle"
| "coneOuterAngle"
| "coneOuterGain"
| "distanceModel"
| "maxDistance"
| "channelCount"
| "channelCountMode"
| "channelInterpretation"
| "panningModel"
| "refDistance"
| "rolloffFactor"
| "positionX"
| "positionY"
| "positionZ"
| "orientationX"
| "orientationY"
| "orientationZ",
>
The HRTF-relevant subset of PannerOptions. Derived via
Pickso the set of fields tracks the lib.dom definition rather than being re-listed.