Free & private

Audio Stereo Panner

Upload an audio file and steer it anywhere between the left and right channels live, with a visual indicator that tracks the pan position as it plays.

Upload an audio file to start panning it live.

Live stereo control

Move the pan slider during playback and hear the shift instantly with StereoPannerNode.

Any audio file

Upload MP3, WAV, M4A or OGG and it decodes directly in your browser for playback.

🔒

Private by design

Your file is never uploaded. All decoding and playback happens locally.

How to use the stereo panner

This free online stereo panner decodes an uploaded audio file locally and routes it through a StereoPannerNode so you can move the sound between your left and right speakers or headphones in real time.

  1. Upload your audioChoose any audio file. It's decoded in your browser immediately.
  2. Press playPlayback starts through the pan node, centered by default.
  3. Drag the pan sliderMove left or right during playback and watch the indicator track the shift.

How stereo panning works

Panning controls the relative level of a signal sent to the left and right output channels. A StereoPannerNode handles this with an equal-power pan law, so the sound doesn't get noticeably louder or quieter as it moves across the stereo field.

Full left and right

A pan value of -1 sends the signal entirely to the left channel, and +1 sends it entirely to the right. A value of 0 keeps it centered between both.

Equal-power curve

Rather than a straight linear blend, the node uses a curve based on sine and cosine so the combined loudness of both channels stays roughly constant across the sweep.

Real-time updates

Because pan is an audio parameter, dragging the slider updates it instantly during playback without any glitches, restarts, or buffering.

Common use cases

Stereo panning is used to widen a mix, create spatial movement effects, check mono compatibility, or simply enjoy a track panned to one ear at a time.

Stereo panner FAQ

Quick answers about formats, live panning, and audio privacy.

What audio formats can I upload?

Any format your browser's Web Audio API can decode, including MP3, WAV, M4A and OGG.

Does panning change the volume?

Panning redistributes the signal between the left and right channels using an equal-power curve, so the perceived loudness stays roughly constant as you pan from center to either side.

Can I adjust the pan while the audio is playing?

Yes. Drag the pan slider at any time during playback and the stereo image shifts instantly as a live audio-rate parameter change.

Is my audio file uploaded to a server?

No. The file is decoded and played back entirely in your browser using the Web Audio API. It is never uploaded or stored.

What is a StereoPannerNode?

It's a native Web Audio API node that positions a signal anywhere between full left (-1) and full right (+1) in the stereo field.