Log in

View Full Version : AC3filter property interface


TFM_TheMask
26th January 2005, 17:20
Hi,

Has anyone by any chance the delphi interface to set the properties of AC3filter from inside an application?

I tried through the registry but this does not work.

The only thing I need to set are the Speakers and output format.

nasedo
27th January 2005, 01:32
hi!

i'm not an expert but AC3filter doesn't provide IAMStreamConfig Interface, so the only way to set filter properties is Registry.

It's weird that it doesn't work for you. I made the same thing with ffdshow audio decoder (by registry) and it works.

good luck,
Nasedo

TFM_TheMask
27th January 2005, 09:54
Ok,

But what should I do then, I tried the following (like it says in the readme file).

mode = 2 or mode = 15 (stereo of 5.1)
format = 0 (PCM16 bit)

I put these values in the registry under [HKCU\Software\AC3Filter\] and under [HKCU\Software\AC3Filter\Presets\_default] but no change when I start the AC3filter config form.

Any tips.