[Pkg-pulseaudio-devel] [SCM] pulseaudio packaging branch, patches, updated. upstream/0.9.7-4-g4834d66

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Sun Nov 18 19:40:18 UTC 2007


The branch, patches has been updated
       via  4834d66f60e6e57a69d4f3873ef9760e1bbb05fc (commit)
      from  546cf4b92fa968d9a5242921272ad09c26cda049 (commit)


- Shortlog ------------------------------------------------------------
4834d66 Double esound maximum sample size

Summary of changes:
 src/pulsecore/protocol-esound.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 4834d66f60e6e57a69d4f3873ef9760e1bbb05fc
Author: Oliver Grawert <ogra at ubuntu.com>
Date:   Sun Nov 18 20:36:17 2007 +0100

    Double esound maximum sample size
    
    To make sure the login and logout gnome sounds can be processed on remote
    connections.

diff --git a/src/pulsecore/protocol-esound.c b/src/pulsecore/protocol-esound.c
index 8b6b33a..b70ef88 100644
--- a/src/pulsecore/protocol-esound.c
+++ b/src/pulsecore/protocol-esound.c
@@ -72,7 +72,7 @@
 #define RECORD_BUFFER_SECONDS (5)
 #define RECORD_BUFFER_FRAGMENTS (100)
 
-#define MAX_CACHE_SAMPLE_SIZE (1024000)
+#define MAX_CACHE_SAMPLE_SIZE (2048000)
 
 #define SCACHE_PREFIX "esound."
 

-- 
pulseaudio packaging



More information about the Pkg-pulseaudio-devel mailing list