Could you please add a pointer to my msvideo patches (at
http://www.ug.cs.usyd.edu.au/~bbaetz/wine/) to the status page? Its
probably just over 25% implimented, with important bits not noticably
working, but it would at least give people a pointer that someone is
trying to impliment it. For the feature page, using native dlls is
definately recommended.
Also, the msacm/msacm32 dll pair is used for the audio compression
manager. In order to do conversions the builtin versions have to be
used. Hows this for some text, paraphrased from the docs:
msacm,msacm32,msacm.drv - The Audio Compression Manager works with
either native or builtin dlls. However, in order to play anything but
PCM sound output (eg ADPCM, MP3), builtin dlls (-dll
msacm,msacm32,msacm.drv=b) must be used. Note that this code is not
complete yet, and may cause problems. See
documentation/status/multimedia for more information.
Bradley