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 <[EMAIL PROTECTED]>
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

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to