mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/Fusion: xbmc: disable & hide unsupported lpcm, dts-hd, truehd etc..
This commit is contained in:
parent
5ec4748cfd
commit
8fcded8e79
11
projects/Fusion/xbmc/advancedsettings.xml
Normal file
11
projects/Fusion/xbmc/advancedsettings.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<advancedsettings>
|
||||
<!-- audio workaround for fusion -->
|
||||
<audiooutput>
|
||||
<dtshdpassthrough>false</dtshdpassthrough>
|
||||
<multichannellpcm>false</multichannellpcm>
|
||||
<passthroughaac>false</passthroughaac>
|
||||
<stereoupmix>false</stereoupmix>
|
||||
<truehdpassthrough>false</truehdpassthrough>
|
||||
</audiooutput>
|
||||
</advancedsettings>
|
Loading…
x
Reference in New Issue
Block a user