Problem with patch "dsound: Simplify mixing by removing remixing support, and fix its waveout breakage"

Maarten Lankhorst m.b.lankhorst at gmail.com
Wed Jun 27 15:26:57 CDT 2007


Chris Rankin schreef:
> Hi,
>
> This patch has killed the sound on World of Warcraft. Instead, I now get silence and a stream of
> errors like this:
>   
Don't #if 0 out the code there

Change it to something like this:

if (pmix > This->buflen)
WARN("Mixing further ahead then buffer is long\n");



More information about the wine-devel mailing list