22 May 2026 | 6 min read
5.1 and 7.1 channel order: SMPTE, film order and why files get scrambled
Your centre channel is in the surrounds and the dialogue is coming from behind. Nine times out of ten, nothing is broken except the channel order.
A multichannel WAV is just a stack of channels. Which speaker each one belongs to is a convention, not a property of the audio, and there are two conventions in common use. Mixing them up is why a delivery sometimes plays dialogue from the rear.
The two orders
- SMPTE, also called ITU or the film standard in most modern tools: L, R, C, LFE, Ls, Rs.
- Film order, still used by some legacy tools and stems: L, C, R, Ls, Rs, LFE.
- 7.1 SMPTE adds rear pair after the sides: L, R, C, LFE, Ls, Rs, Lrs, Rrs.
- Some game and consumer chains use yet another order, so never assume from the channel count alone.
How to tell what you have
Three sources of truth, in order of reliability. First, the iXML or Broadcast Wave metadata, which may name each track. Second, the channel mask in the WAV extensible header, which declares speaker positions. Third, your ears: the LFE is obvious because it has no high frequencies, and the centre is obvious because it carries the dialogue.
Remapping safely
Once you know the source order and the target order, remapping is a lossless operation. It just rewrites which channel index goes where. Do it before any downmix, because a downmix applied to the wrong order silently ruins the result and looks fine on the meters.
A checklist before delivery
- Confirm the required order from the spec sheet, in writing.
- Inspect the file and confirm the actual order, not the assumed one.
- Remap if needed, then listen to each channel soloed.
- Check the LFE is where the spec expects it, and is not full range.
The inspector here reads channel masks and embedded track names, the channel mapper reorders channels without re-encoding, and the downmix tool applies LoRo with the roles it detected. Everything runs locally in your browser.