DTS wav file only plays two channel through spdif
#16
I have the exact same problem here. Any DTS material in .mkv files works like a charm, but dts-wav or .dts files just outputs stereo to my amp.
Reply
#17
ekul Wrote:Just to update, I tried media player classic - home cinema and I disabled the internal switcher, DTS works like a charm. But still struggling with XBMC to get DTS wav working. Any help based on logs I posted?

Thanks

sotrajohnny Wrote:I have the exact same problem here. Any DTS material in .mkv files works like a charm, but dts-wav or .dts files just outputs stereo to my amp.

I have found a way to play DTS-CD in real DTS passthrough mode with xbmc.
you must:
one, use DVDPlayer to play.
two, config your sound card, set the digital output to 44.1khz.
Reply
#18
I play DTS audio files over HDMI with no issues using DVD Player.

Try adding this line to your playercorefactory.xml file found in XBMC / system:

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

Also make sure your default audio device is set to the correct digital output.
Reply
#19
AzzX Wrote:I play DTS audio files over HDMI with no issues using DVD Player.
i think many guys haven't sound card with HDMI output like meSad
Reply
#20
so
Some files work, some not.
eg.

not work

Format : Wave
File size : 43.9 MiB
Duration : 4mn 21s
Overall bit rate mode : Constant
Overall bit rate : 1 411 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Mode : 14
Format settings, Endianness : Little
Codec ID : 1
Duration : 4mn 21s
Bit rate mode : Constant
Bit rate : 1 411.2 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 43.9 MiB (100%)

not work:
Format : Wave
File size : 42.0 MiB
Duration : 4mn 9s
Overall bit rate mode : Constant
Overall bit rate : 1 411 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Mode : 14
Format settings, Endianness : Little
Codec ID : 1
Duration : 4mn 9s
Bit rate mode : Constant
Bit rate : 1 411.2 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 42.0 MiB (100%)


Work:
Format : DTS
Format/Info : Digital Theater Systems
Format profile : 96/24 / Core
File size : 51.7 MiB
Duration : 4mn 47s
Overall bit rate mode : Constant
Overall bit rate : 1 510 Kbps

Audio
Format : DTS
Format/Info : Digital Theater Systems
Format profile : 96/24 / Core
Mode : 16
Format settings, Endianness : Big
Duration : 4mn 47s
Bit rate mode : Constant
Bit rate : 1 510 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 96.0 KHz / 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 51.7 MiB (100%)


AC3 files work fine..

This file decode stereo..:
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 129 MiB
Duration : 4mn 8s
Overall bit rate mode : Variable
Overall bit rate : 4 350 Kbps
Album : Greatest Hits
Album/Performer : The Cure
Track name : Lullaby
Track name/Position : 10
Performer : The Cure

Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 4mn 8s
Bit rate mode : Variable
Bit rate : 4 350 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Back: L R, LFE
Sampling rate : 44.1 KHz
Bit depth : 24 bits
Stream size : 129 MiB (100%)
Writing library : libFLAC 1.2.1 (UTC 2007-09-17)


I added:
<musicextensions>
<add>.dts</add>
</musicextensions>

in advancedsettings.xml un userdata folder

and
<playercorefactory>
<players>
<!-- These are compiled-in as re-ordering them would break scripts
The following aliases may also be used:
audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
<player name="DVDPlayer" audio="true" video="true" />
<player name="DVDPlayer" /> placeholder for MPlayer
<player name="PAPlayer" audio="true" />
-->
</players>

<rules>
<rule protocols="rtv" player="DVDPlayer" />
<rule protocols="hdhomerun|myth|cmyth|rtmp" player="DVDPlayer" />
<rule protocols="lastfm|shout" player="PAPlayer" />

<!-- dvdplayer can play standard rtsp streams -->
<rule protocols="rtsp" filetypes="!(rm|ra)" player="PAPlayer" />

in playercorefactory.xml

..


So, what is wrong?
Reply

Logout Mark Read Team Forum Stats Members Help
DTS wav file only plays two channel through spdif0