What Is the Stereo Panner and Why Does It Matter?
The stereo panner is a fundamental tool in audio mixing and production. It controls the left-right position of audio in the stereo field — the perceived spatial placement of a sound between your left and right speakers or headphones. When a sound is panned to the left, it primarily comes from your left speaker. When panned to the right, it plays louder in your right ear. At center (0), it plays equally from both channels.
Panning is how mixers create the wide, immersive soundstage you hear in professionally produced music. Rather than every instrument competing in the center, elements are spread across the stereo field: drums in the center, bass guitar slightly left, rhythm guitar slightly right, lead guitar center, keyboards wide left and right. This spatial separation makes each element easier to hear and creates a more engaging listening experience.
When Should You Use a Stereo Panner?
There are several situations where precisely adjusting the stereo pan position is essential:
- Fixing off-center recordings: If your audio is louder in one channel than the other, panning can compensate and restore balance.
- Creative stereo placement: Position instruments within the stereo field to create space in your mix.
- Dual-mono to stereo conversion: Take a mono recording and place it within a stereo context.
- Video audio positioning: Match audio perspective to on-screen position (a speaker on the left side of frame should sound slightly left).
- Podcast and interview balance: When two speakers are recorded on separate channels, panning ensures they sound properly positioned.
Understanding Pan Laws: Equal Power vs. Linear
When you pan a signal from center to one side, there are two main approaches to how the volume changes:
Equal Power panning (also called constant power) uses a cosine curve to adjust levels. As you pan left, the left channel volume increases along a curve while the right channel decreases. This maintains a consistent perceived loudness as the pan position moves.
Linear panning simply reduces one channel proportionally while increasing the other. This can cause a slight perceived volume dip at intermediate pan positions.
AudioKit's stereo panner uses equal power panning for the most natural-sounding result at all pan positions.
How to Use AudioKit's Stereo Panner
- Upload your audio file (MP3, WAV, FLAC, OGG, or M4A)
- Adjust the pan slider: -1 is full left, 0 is center, +1 is full right
- Preview the result using the built-in waveform player
- Click Process to apply the panning
- Download your repositioned audio file
All processing runs locally in your browser using the Web Audio API's StereoPannerNode — your audio never leaves your device.