http://bugs.winehq.org/show_bug.cgi?id=28852
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com, | |hoehle@users.sourceforge.ne | |t
--- Comment #3 from Jörg Höhle hoehle@users.sourceforge.net 2012-03-14 05:48:09 CDT --- Doh, do all apps using mmdevapi directly stutter on your machine? I'm asking because the mmdevapi render test_worst_case included in the wine testsuite stutters on my Mac OS X 10.5.8 "early 2009" nVidia Mac mini. That test is believed to mimic XAudio2, so I'm inclined to believe that all XAudio2 apps stutter on Mac OS X, at least on Leopard. How does this test work for you under varying OS available to you (Leopard, Snow Leopard, Lion)? The winmm and dsound tests do not stutter, hence apps that no nothing about mmdevapi or that can fallback to DSound should not be affected. XAudio2 appeared with Vista I presume, to replace DSound.
To hear the tests, you must use either runtest -i or WINETEST_INTERACTIVE=1 I recommend: cd dlls/mmdevapi/tests ../../../tools/runtest -v -i -P wine -M mmdevapi.dll -T ../../.. -p mmdevapi_test.exe.so render.c >> /tmp/render.log 2>&1 (look at make -n render.ok; likewise for winmm:wave and dsound tests)