MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-11-14, 23:05   #1 (permalink)
Portal Developer
 
Join Date: Aug 2007
Age: 40
Posts: 167
Thanks: 0
Thanked 15 Times in 13 Posts

Country:


Default Wanted: volunteers with s/pdif and DTS/DD decoder!

Hi everyone!

Working on my ASIO music player plugin, i'm investigating possibilities to provide better support for DTS/DD passthrough for My Music. However, i don't own an external decoder myself, so i'd like to ask ppl who have to do a little test for me. Implementing my new plan in the plugin is gonna be some work so i'd like to know if it works before doing a lot of work for nothing

Here is a little testprogram spdiftest.zip, that should be able to play a DTS/DD encoded wav over s/pdif. Usage is simple:
  1. Unzip it to your desktop (or somewhere on a local disk)
  2. Launch spdiftest.exe
  3. select the file to play
  4. Select the device belonging to your s/pdif output
  5. Hit the play button
  6. Let me know if this works!
Some test material can be found here:
http://www.kellyindustries.com/sounds.html
http://www.diatonis.com/downloads_dts_ac3.html
http://www.sr.se/cgi-bin/mall/index.asp?ProgramID=2446

I'm also interested in what happens if you play a normal stereo wav (CD rip). Does the decoder reject it as being invalid or does it play as well? Also, i'd like to know if this works on Vista as well.

If this test is successfull i will implement it in the plugin allowing more ppl (this actually should work on all devices supporting AC3 passthrough) to play DTS/DD material from My Music.

Thanx,
Symphy

Last edited by Symphy; 2007-11-15 at 17:46.
Symphy is offline   Reply With Quote
Old 2007-11-15, 04:29   #2 (permalink)
Portal Member
 
jburnette's Avatar
 
Join Date: Aug 2006
Location: Kentucky
Age: 23
Posts: 664
Thanks: 117
Thanked 83 Times in 44 Posts

Country:

My System

Default

Symphy,

I get a "Format is not supported." message box when I hit play. I'm trying to play the DTS file "Prelude" from the website you listed in your first post. I use a SB Live! soundcard that does not support ASIO, but outputs DTS and DD over S/PDIF no problem to a Yamaha receiver.
jburnette is offline   Reply With Quote
Old 2007-11-15, 06:56   #3 (permalink)
Portal Member
 
Join Date: Oct 2006
Posts: 54
Thanks: 1
Thanked 1 Time in 1 Post

Country:


Default

I used the Multichannelcheck files at the end of the page that you pointed to. When I run your test program and select output to 'Standard waveout device' I get a 'format is not supported' message. However, if I select output to 'Realtek HD audio output' both the DTS and DD files play fine on my home theatre receiver. I don't speak Swedish, but the narrator moves from channel to channel. The receiver also correctly displays whether the file is DTS or DD.

Ripped CD WAV files give the 'format not supported message for the 'Standard waveout device', but for the 'Realtek HD Audio Device', there's just silence. There are no error messages. The receiver's display is confusing, but it implies that the signal being received isn't a valid s/pdif signal (maybe the WAV file is being dumped to the s/pdif??).
The receiver is connected to the computer via s/pdif (coaxial).
I'm running XP SP2.

Blackheart
blackheart42 is offline   Reply With Quote
Old 2007-11-15, 17:48   #4 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Default

I have tryed to play *.dts file in the WAV format (here is the file header "RIFFд┘ WAVEfmt" ) - program said - Format is not supported
AlcoNaft is offline   Reply With Quote
Old 2007-11-15, 18:34   #5 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Whit my MOM!
Age: 6
Posts: 62
Thanks: 8
Thanked 0 Times in 0 Posts

My System

Default

Hi!
I tested the program and works fine, i have external decoder and my card can decode it too, both ways works fine.
I use the Multichannelcheck in the swedish site, both DD & DTS works perfect, i get no message of errors or any kind.
But the ripped "Stereo.WAV" is pure Silence! Nothing, NADA!

Audio Card : Audigy 2 ZS (last drivers)
External Decoder : Creative Inspire 5.1 Digital 5700

Cheers!
felo is offline   Reply With Quote
Old 2007-11-15, 18:36   #6 (permalink)
Portal Developer
 
Join Date: Aug 2007
Age: 40
Posts: 167
Thanks: 0
Thanked 15 Times in 13 Posts

Country:


Default

Ok thanx guys sofar

Quote:
Originally Posted by AlcoNaft View Post
I have tryed to play *.dts file in the WAV format (here is the file header "RIFFд┘ WAVEfmt" ) - program said - Format is not supported
AlcoNaft, what audiodevice are you using?

Quote:
Originally Posted by blackheart42 View Post
I used the Multichannelcheck files at the end of the page that you pointed to. When I run your test program and select output to 'Standard waveout device' I get a 'format is not supported' message. However, if I select output to 'Realtek HD audio output' both the DTS and DD files play fine on my home theatre receiver. I don't speak Swedish, but the narrator moves from channel to channel. The receiver also correctly displays whether the file is DTS or DD.

Ripped CD WAV files give the 'format not supported message for the 'Standard waveout device', but for the 'Realtek HD Audio Device', there's just silence. There are no error messages. The receiver's display is confusing, but it implies that the signal being received isn't a valid s/pdif signal (maybe the WAV file is being dumped to the s/pdif??).
The receiver is connected to the computer via s/pdif (coaxial).
I'm running XP SP2.

Blackheart
Your standard windows device is probably set to some different device. This behaviour is what i expected. The normal wav is indeed dumped to s/pdif in passthrough mode. The s/pdif "non-audio flag" is on in that case, aparently forcing the receiver to expect dd or dts. I was hoping it would be possible to play normal music this way too (bitperfect) but too bad

Quote:
Originally Posted by jburnette View Post
Symphy,

I get a "Format is not supported." message box when I hit play. I'm trying to play the DTS file "Prelude" from the website you listed in your first post. I use a SB Live! soundcard that does not support ASIO, but outputs DTS and DD over S/PDIF no problem to a Yamaha receiver.
Ok thats probably due to the fact that SB Live does not support 44.1kHz sampling rate.

Thanx again,
Symphy

Quote:
Originally Posted by felo View Post
Hi!
I tested the program and works fine, i have external decoder and my card can decode it too, both ways works fine.
I use the Multichannelcheck in the swedish site, both DD & DTS works perfect, i get no message of errors or any kind.
But the ripped "Stereo.WAV" is pure Silence! Nothing, NADA!

Audio Card : Audigy 2 ZS (last drivers)
External Decoder : Creative Inspire 5.1 Digital 5700

Cheers!
Thanx felo!

Last edited by Symphy; 2007-11-15 at 18:39. Reason: Automerged Doublepost
Symphy is offline   Reply With Quote
Old 2007-11-15, 22:44   #7 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Whit my MOM!
Age: 6
Posts: 62
Thanks: 8
Thanked 0 Times in 0 Posts

My System

Default

Hello again!
I also have a Creative SB Live 5.1! (in other pc) and can play fine a Stereo .WAV at 44.100khz and 48.000khz (in WMP), but not the multichannel ones, it give me the error one.

Cheers!
felo is offline   Reply With Quote
Old 2007-11-15, 23:57   #8 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Originally Posted by Symphy View Post
Ok thanx guys sofar

Quote:
Originally Posted by AlcoNaft View Post
I have tryed to play *.dts file in the WAV format (here is the file header "RIFFд┘ WAVEfmt" ) - program said - Format is not supported
AlcoNaft, what audiodevice are you using?
SoundMax - Analog Devices AD1986A @ nVIDIA nForce 410 (MCP51) - High Definition Audio Controller
(piece of crap actually , due to very old driver from ASUS/SoundMax, of course ASIO is not supported)
AlcoNaft is offline   Reply With Quote
Old 2007-11-18, 12:16   #9 (permalink)
Portal Member
 
Join Date: Feb 2006
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts


Default

format not supported over here too!
Realtek AC'97
Itisme is offline   Reply With Quote
Old 2007-11-18, 12:28   #10 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,396
Thanks: 143
Thanked 61 Times in 51 Posts

Country:

My System

Default

Quote:
(piece of crap actually , due to very old driver from ASUS/SoundMax, of course ASIO is not supported)
What about Asio4all?
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is online now   Reply With Quote
Reply

Bookmarks

Tags
decoder, dts or dd, s or pdif, volunteers, wanted

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kein DD oder DTS Frusel Software/Codecs Mediaportal 13 2007-05-18 19:56
tonprobleme bei DD + DTS imported_wolfman Media Portal - Support 0 2007-02-05 09:44
Problem with DTS, mpa decoder filter and switching audio filters chadamir 0.2.0.0 Final and SVN Builds 2 2006-12-23 11:30
DD&PCM OK over S/PDIF but no DTS Output jmone Codecs, External Players 1 2006-09-03 07:35
DD or DTS with WinDVD 7 dman_lfc Tips and Tricks 8 2006-07-14 10:38


All times are GMT +1. The time now is 08:53.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress