From f2b3546e6dd920f2bb737f270adf78e04f5c7df6 Mon Sep 17 00:00:00 2001 From: Matthias Dahl Date: Fri, 7 Nov 2008 14:00:17 +0000 Subject: aac channel ordering for multi-channel audio Date: Sun, 28 Sep 2008 20:17:54 +0200 The channel order of aac 5.1 audio is wrong during playback. IIRC, the internal channels order for this kind of streams is the same as dts: dts output is reordered according to alsa specs (and ac3 5.1 also works), but aac is not and - for instance - front center is send to front left. The audio channels configuration table should be something like this ## --------------------- ## | Config: 5.1 Ch | ## ---- ---------------- -------------- -------------- ## | Ch | AAC/DTS | ALSA | AC3 | ## ---- ---------------- --------------- -------------- ## | 00 | Center front | Left front | Left front | ## | 01 | Left front | Right front | Center | ## | 02 | Right front | Left back | Right front | ## | 03 | Left back | Right back | Left back | ## | 04 | Right back | Center | Right back | ## | 05 | LFE | LFE | LFE | ## ---- ---------------- --------------- -------------- --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dcae92a54..4be21a15d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ xine-lib (1.1.16) 2008-??-?? * Fix timing issues (broken audio) on mingw. * Add ID3 tag TDRC to replace/complement the deprecated tag TYER. * Add a new meta-tag, "Composer", and use it in the FLAC demuxer. + * Correct aac channel ordering for multi-channel audio xine-lib (1.1.15) 2008-08-14 * Security fixes: -- cgit v1.2.3