summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-11 16:21:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-11 16:21:12 +0000
commit6ede161cb94f5123e103fae45ea1918bbebb4956 (patch)
treeeb02e6a30c91b02a06cb3dffc88eb35acccde293 /polyp
parentfde3d1333738c807ef5e43161565590b1f715077 (diff)
enlarge default buffers
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@253 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r--polyp/polyplib-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyplib-internal.h b/polyp/polyplib-internal.h
index 58c617e4..8a7bf6fb 100644
--- a/polyp/polyplib-internal.h
+++ b/polyp/polyplib-internal.h
@@ -35,7 +35,7 @@
#include "native-common.h"
#include "client-conf.h"
-#define DEFAULT_TLENGTH (44100*2*2/10) //(10240*8)
+#define DEFAULT_TLENGTH (44100*2*2/2) //(10240*8)
#define DEFAULT_MAXLENGTH ((DEFAULT_TLENGTH*3)/2)
#define DEFAULT_MINREQ 512
#define DEFAULT_PREBUF (DEFAULT_TLENGTH-DEFAULT_MINREQ)