Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt tags #21616 #22902

Merged
merged 11 commits into from
Dec 12, 2022
2 changes: 1 addition & 1 deletion files/en-us/web/api/stereopannernode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The `StereoPannerNode` interface of the [Web Audio API](/en-US/docs/Web/API/Web_

The {{domxref("StereoPannerNode.pan", "pan")}} property takes a unitless value between `-1` (full left pan) and `1` (full right pan). This interface was introduced as a much simpler way to apply a simple panning effect than having to use a full {{domxref("PannerNode")}}.

![](stereopannernode.png)
![The Stereo Panner Node moved the sound's position from the center of two speakers to the left.](stereopannernode.png)

{{InheritanceDiagram}}

Expand Down