cacophony
    Preparing search index...

    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 Pick so the set of fields tracks the lib.dom definition rather than being re-listed.