I would like to know how LE handles the different audio formats. First of all here are my settings :
LibreELEC (official): 9.0.2 (RPi2.arm)
KODI-TV:~ # cat /storage/.kodi/userdata/guisettings.xml | grep passthrough
<setting id="audiooutput.ac3passthrough" default="true">true</setting>
<setting id="audiooutput.dtshdpassthrough" default="true">false</setting>
<setting id="audiooutput.dtspassthrough">true</setting>
<setting id="audiooutput.eac3passthrough" default="true">false</setting>
<setting id="audiooutput.passthrough">true</setting>
<setting id="audiooutput.passthroughdevice">PI:HDMI</setting>
<setting id="audiooutput.truehdpassthrough" default="true">false</setting>
AVR is a Denon X4000, capable of all formats known nowadays. 5.1 Setup.
Above EAC3 aka DD+ passthrough is set to false because it won't play. Without passthrough it is passed as PCM (AVR shows Multi Channel In), same for Dolby TrueHD. DTS HD Master shows up as DTS Sourround.
Is this all as expected and normal for audio playback on Rasberry?
As you can read from the settings truehdpassthrough and dtshdpassthrough are set to false and it does not appear in the Settings tab, so there is probably a reason for that too. Probably RasPi is not able to handle that high bitrates? But then why is DTS HD MA recognized as DTS Sourround by the AVR and not as Multi Channel In (PCM) like the Dolby Formats?