Log in

View Full Version : How to do 6 mono .wav from DTS-ES 6.1 ?


Zagolski
23rd May 2007, 17:43
How to do 6 mono .wav from DTS-ES 6.1 ?

ACrowley
23rd May 2007, 18:17
the RC blends into RL RR when you decode it with a proper decoder

You can use tranzcode to get 6 mono waves or azidts with Intervideo Audio Decoder

Zagolski
23rd May 2007, 19:32
Tranzcode and azidts does not lay out with DTS-ES 6.1 - I tried it already... :(

SealTooGreat
24th May 2007, 05:31
@Zagolski
I've never tried that, but probably will use GraphEdit and filters like CyberLink Audio Decoder(from PowerDVD), WavDest and File Writer to Get one WAV_7ch(or WAV_6ch depending on CyberLink_Audio_Decoder's configuration).
And than import to Nuendo(with ASIO4ALL (http://www.asio4all.com/) driver) and export it like 7 mono wav. Or you can use Audio Audition which also has support for multi-mono wav exporting. Or simple use Wavewizard (http://forum.doom9.org/showthread.php?t=95265)(OpenSource).

ACrowley
24th May 2007, 08:18
Tranzcode and azidts does not lay out with DTS-ES 6.1 - I tried it already... :(

A DTS ES 6.1 Matrix works..

DTS ES 6.1 Discrete is another Thing...

Zagolski
24th May 2007, 14:46
Did I understand that nothing would be done? :(

Austin Forgotten
26th May 2007, 18:08
Zagolski wrote: Did I understand that nothing would be done?

No, I had done some preliminary work on decoding DTD-ES, and I abandoned it temporarily to complete other Tranzcode additions. I'll have another look at it shortly. I can zero in on the extension data, last I looked at it (it has a value specifying length of the ext data), which when I ran on a known DTS-ES encoded file, produced errors about halfway thru the file saying it wasn't within the valid size range. Which makes me wonder, either I had picked up a false sync byte (near the end of the frame), or mabe there wasn't any available samples ???, whereby I would need to pad with zeros-don't know. If I can actually decode to samples I still need to apply them (depending on the Amode) to the 2 adjacent channels.

-AF