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





July 20, 2010 at 6:42 am
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
August 26, 2010 at 9:08 pm
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.