Re: [dsound] set default primary buffer sample rate and bits per sample

2006-04-07 Thread Robert Reif
Alexandre Julliard wrote: Robert Reif <[EMAIL PROTECTED]> writes: Programs that are written specifically for 2000 and xp don't bother to set the primary buffer format because it's a noop. However wine is patterned after win9x and DirectX 7 or earlier which has a real primary buffer and expe

Re: [dsound] set default primary buffer sample rate and bits per sample

2006-04-07 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > Programs that are written specifically for 2000 and xp don't > bother to set the primary buffer format because it's a noop. However > wine is patterned after win9x and DirectX 7 or > earlier which has a real primary buffer and expects the > program to chan