DTS Audio and XBMC

November 8, 2009

HTPC

DTS Audio and XBMC

As default, XBMC uses the internal audio player, PAplayer to output music.  The issue with XBMC at the moment is that it cannot passthrough DTS audio streams to your receiver using PAplayer so the sound gets converted into stereo.

The solution to this is relatively simple, and is achieved by using the internal DVDPlayer.

Simply add this line to your playercorefactory.xml file found in \XBMC\system:

<!-- DTS Audio -->
<rule filetypes="(dts|wav)"  player="DVDPlayer" />

As you can see, the extensions dts and wav are the common filetypes for DTS audio files.

Incoming search terms:

  • xbmc dts
  • xbmc dts audio
  • xbmc dts music
  • dts xbmc
, , , , ,

2 Responses to “DTS Audio and XBMC”

  1. troels Says:

    hey

    i cant get this working, any chance that you could help me ? :)
    no problem playing dts from .mkv, but cant get it working with wav and dts

    thanks in advance

    Reply

  2. AzzX Says:

    Did you put the above code in the playercorefactory.xml file in XBMC/System? you can always use the “play with” command. Select file and rightclick “Play using” and choose DVD Player.

    Reply

Leave a Reply