mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
projects/Fusion: xbmc: disable & hide unsupported lpcm, dts-hd, truehd etc..
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user