http://bugs.winehq.org/show_bug.cgi?id=23939
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2010-09-13 16:59:27 CDT --- On a freshly started PA daemon, starting wow results in the following, when the garbage noise happens:
I: alsa-sink.c: Underrun! I: alsa-sink.c: Increasing minimal latency to 1.00 ms I: alsa-sink.c: Underrun! I: alsa-sink.c: Increasing minimal latency to 2.00 ms I: alsa-sink.c: Underrun! I: alsa-sink.c: Increasing minimal latency to 4.00 ms I: alsa-sink.c: Underrun! I: alsa-sink.c: Increasing minimal latency to 8.00 ms
Decreasing the min/def periods in AC_GetDevicePeriod() worked really well to fix sounds. I still get underruns but very rarely now.