[Bug 28282] Sound constantly crackling in lot of games

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 26 14:21:06 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=28282

--- Comment #49 from Deve <deveee at gmail.com> ---
Simple workaround to use alsa directly.

Add this script as /usr/bin/wine-nopulse:

----------------

#!/bin/sh

echo "autospawn = no" > $HOME/.config/pulse/client.conf
pulseaudio --kill

/usr/bin/wine $*

rm -f $HOME/.config/pulse/client.conf
pulseaudio --start

----------------

If you need this file in home directory for something other, you can use sed
command to modify autospawn line.

There is also pasuspender, but it of course causes hangs for me ;p

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list