http://bugs.winehq.org/show_bug.cgi?id=8564
------- Additional Comments From nudeldieb@directbox.com 2007-06-07 14:06 ------- Hi, I found a solution to the crackling sound (even if it's a special problem with my nforce onboard sound card): After exporting WINEDEBUG=wave and starting tra.exe with nice -20 the trace output told me to decrease the period size and instead of that increase the period time (an alsa default nogo), and the sound lagging problem was solved!! The hint DID work! My .asoundrc looks like this, now: pcm.nforce-hw { type hw card 0 } pcm.!default { type plug slave.pcm "nforce" } pcm.nforce { type dmix ipc_key 1234 slave { pcm "hw:0,0" period_time 4 period_size 256 buffer_size 32768 rate 48000 } } ctl.nforce-hw { type hw card 0 }
To the wine team: Could you please put this hint in the correct thread context, as this one's the "dark texture" thread...