I've transcoded a 6.1 audio track from WAV to AAC. When playing the WAV track with VLC, voices are heard normally. When playing the transcoded AAC track however, the voices from channel CF are completely absent and the channel setup sounds different.
My channel setup is stereo.
WAV and AAC formats use a different channel order:
VLC reports a slightly different channel setup for each file:
- WAV track: 3F2M1R/LFE
- AAC track: 3F3R/LFE
WAV track (link to full log):
main debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz 3F2M1R/LFE->Stereo
main debug: looking for audio converter module matching "any": 8 candidates
main debug: using audio converter module "simple_channel_mixer"
AAC track (link to full log):
main debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz 3F3R/LFE->Stereo
main debug: looking for audio converter module matching "any": 8 candidates
main debug: using audio converter module "trivial"
Both sample files are linked below:
Thanks.