Log in

View Full Version : Decoding DTS sound with GraphEdit and AC3filter?


yopjpeg
4th August 2004, 00:16
I run W2K with a fresh install of DirectX 9.0b and the latest
AC3filter.

If I drag/drog a DTS file on GraphEdit I get this chain:
file.dts -> AC3Filter -> Default DirectSound Device

BTW GraphEdit is able to play the DTS file.

I'm not sure how to decode the file to a WAV instead of just playing
it. If I try to connect the Out pin of AC3filter to the In pin of a
"File writer" I get:

"These filters cannot agree on a connection. Verify type compatibility
of input pin and output pin."

I've tried inserting a PCM audio compressor or an ACM wrapper before
the File writer but that didn't help.
I couldn't find a filter that looks like "WAV output"..
Any idea?

Thanks much!

Krismen
12th August 2004, 12:33
You should place WAV Dest filter after AC3Filter and then File writer.


Filter chain:

File.dts -> AC3Filter -> WAV Dest -> File writer.