[pkg-wine-party] Bug#807403: Bug#807403: wine: Sound doesn't work anymore with Windows games

Jens Reyer jre.winesim at gmail.com
Thu Dec 10 15:57:23 UTC 2015


control: tags -1 + pending

Hi,

the commit below should fix that, see it's commit message.

@Artem Savkov: Is this logfile with some special PULSE_LATENCY_MSEC
setting? It doesn't have the exact output that I'd expected given Andrew
Eikum's explanation (trace:pulse:dump_attr maxlength: 57600,
https://bugs.winehq.org/show_bug.cgi?id=39744#c2).

You, David and other affected users may test this, by simply changing
the last line of /usr/bin/wine to:

WINEPREFIX=$wineprefix WINELOADER=$wineloader WINEDEBUG=$winedebug $wine "$@"

Greets
jre


-------- Forwarded Message --------
Subject: [pkg-wine-party] [wine] 01/01: Don't set a default pulseaudio latency.
Date: Thu, 10 Dec 2015 15:31:22 +0000
From: Jens Reyer <jreyer-guest at moszumanska.debian.org>
Reply-To: Jens Reyer <jre.winesim at gmail.com>
To: pkg-wine-party at lists.alioth.debian.org

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

_______________________________________________
pkg-wine-party mailing list
pkg-wine-party at lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party



More information about the pkg-wine-party mailing list