Quantcast
Channel: Programming and Technology » Raspberry Pi
Viewing all articles
Browse latest Browse all 23

Boost low volume in XBMC

$
0
0

AC3 encoded movies usually have very low volume. To fix this edit the /usr/share/xbmc/system/advancedsettings.xml file and add this inside the <advancedsettings>...</advancedsettings> tags:

<advancedsettings>
  ...
  <audio>
    <ac3downmixgain>48.0</ac3downmixgain>
  </audio>
</advancedsettings>

Change the value until it fits the volume you want and beware because althougt the option says ac3downmixgain it boosts the volume for all codecs.

speaker

Ref: http://forum.xbmc.org/showthread.php?tid=164929&pid=1421472#pid1421472


Viewing all articles
Browse latest Browse all 23

Trending Articles