On Fri, 6 Aug 2004, Alexandre Julliard wrote: [...]
The capture test takes about 80 seconds here with the ALSA driver, which is a bit long.
That's strange. Could you run it (with or without the patch but without the -q flag) and send me the output? I guess it's either that Alsa has multiple capture devices or that there's a bug somewhere.
If needed we can still speed up the test by reducing the capture time, e.g. from 0.1 second to 0.05 seconds.
It also fails with the OSS driver:
capture.c:128: Test failed: WaitForSingleObject failed for header capture.c:129: Test failed: WHDR_DONE not set in frag.dwFlags capture.c:130: Test failed: frag.dwBytesRecorded=512, should be 800
[...]
This looks like a bug that needs to be fixed. To confirm, could you run the test in interactive mode without the patch? If you get the same errors then it means there's a bug in wineoss.
[...]
Also the wave test makes a lot of noise here, both with ALSA and OSS drivers.
Yes it makes some sort of clicking noises here too, but iirc only in Alsa or OSS, not both (I don't remember which and my tree is too hacked to test right now). I'll recheck on Windows, and then in Wine. Currently I suspect it's a bug in one of: wineoss, the OSS driver, winealsa or the Alsa driver.