http://bugs.winehq.org/show_bug.cgi?id=23939
--- Comment #4 from Randy mistac87@gmail.com 2010-09-15 23:50:59 CDT --- (In reply to comment #3)
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.
How would I go about decreasing it?