fdk-aac/libSBRdec
ezicomezigo 89aeea5f29 Fix SBR multichannel noise
for 5.1 ch, the channel elements are as follows: SCE - CPE - CPE - LFE
and the channel-mapping table for 5.1 ch is :
{ 2, 0, 1, 4, 5, 3,255,255}, /* 5.1ch */

For the last LFE channel, sbr decoder returns error, SBRDEC_UNSUPPORTED_CONFIG;
2017-12-20 18:25:56 +09:00
..
include AAC/SBR decoder improvements and bugfixes 2016-04-08 19:10:30 +00:00
src Fix SBR multichannel noise 2017-12-20 18:25:56 +09:00