Pablo,
You can find the reg.settings (would depend on media and hardware components
included in your image) with Regmon.
Or you can make a simple app to call API to set the right settings.
Read though this thread:
http://groups-beta.google.com/group/...ac548aa8?hl=en
KM
> Hi:
>
> We would like to be able to replicate a standard audio EQ settings on all
> of
> our devices (running XP Embedded) without having to include the EQ control
> component in the production image. I'm hoping the EQ values are stored in
> the
> registry somewhere, but haven't been able to figure out where (I even did
> a
> file comparison of a before/after text dump of the registry to see if I
> could
> find it that way).
>
> Our software uses DirectX (DirectShow) methods to play wmv files under
> program control. On a normal Windows computer, the EQ controls are part of
> Windows Media Player. Does anyone know where Media Players stores those EQ
> settings?
>
> Thanks