enlarge default buffers
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Oct 2004 16:21:12 +0000 (16:21 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Oct 2004 16:21:12 +0000 (16:21 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@253 fefdeb5f-60dc-0310-8127-8f9354f1896f

polyp/polyplib-internal.h

index 58c617e..8a7bf6f 100644 (file)
@@ -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)