[pkg-wine-party] [wine] 01/01: Don't set a default pulseaudio latency.

Jens Reyer jreyer-guest at moszumanska.debian.org
Thu Dec 10 15:31:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit 872d374b395090f08a3e0e27d83c32e9efad579b
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Thu Dec 10 16:28:53 2015 +0100

    Don't set a default pulseaudio latency.
    
    This was originally added to avoid stuttering (#581624). With the new
    pulse audio driver it isn't needed anymore. Instead it may cause
    applications to not play sound because the pulse buffer may be smaller
    then requested by Wine.
    Confirmed and tested, both that applications don't start to stutter
    again, and that sound works again, see
    https://bugs.winehq.org/show_bug.cgi?id=39744
    
    Closes: #807403
---
 debian/scripts/wine | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/scripts/wine b/debian/scripts/wine
index e43d436..7721719 100755
--- a/debian/scripts/wine
+++ b/debian/scripts/wine
@@ -42,10 +42,4 @@ else
     winedebug=$WINEDEBUG
 fi
 
-if test -z "$PULSE_LATENCY_MSEC"; then
-    latency=60
-else
-    latency=$PULSE_LATENCY_MSEC
-fi
-
-WINEPREFIX=$wineprefix WINELOADER=$wineloader WINEDEBUG=$winedebug PULSE_LATENCY_MSEC=$latency $wine "$@"
+WINEPREFIX=$wineprefix WINELOADER=$wineloader WINEDEBUG=$winedebug $wine "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list