Laut einem Beitrag auf xbmc.org kann man nun auch Audio-Passthrough für AAC/MP1/MP2/MP3 aktivieren:
Code
<audiooutput>
<ac3passthrough>true</ac3passthrough>
<audiodevice>custom</audiodevice>
<channellayout>7</channellayout>
<customdevice>digital</customdevice>
<custompassthrough>digital</custompassthrough>
<dontnormalizelevels>true</dontnormalizelevels>
<dtspassthrough>true</dtspassthrough>
<mode>1</mode>
<passthroughaac>false</passthroughaac>
<passthroughdevice>custom</passthroughdevice>
<passthroughmp1>true</passthroughmp1>
<passthroughmp2>true</passthroughmp2>
<passthroughmp3>false</passthroughmp3>
</audiooutput>
Alles anzeigen
Getestet habe ich es noch nicht.