This interface represents the position and orientation of the person listening to the audio scene. All PannerNode objects spatialize in relation to the AudioContext's listener. See this section for more details about spatialization.
Properties | |
---|---|
double | dopplerFactor |
double | speedOfSound |
Operations | |
---|---|
void | setOrientation(double x, double y, double z, double xUp, double yUp, double zUp) |
void | setPosition(double x, double y, double z) |
void | setVelocity(double x, double y, double z) |