summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-28 23:49:54 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-28 23:49:54 +0000
commit33c85aec01f625b4d62eabb5f0e88d5a5ae3d17f (patch)
treedf2f40ec37adc9157bf039a09bac43f4a38806ff /polyp/polyplib-internal.h
parent6f59ae1763ee48f27448a7de9d635f61886052e1 (diff)
add latency measurement support to tunnel module
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@246 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-internal.h')
-rw-r--r--polyp/polyplib-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/polyplib-internal.h b/polyp/polyplib-internal.h
index c10ca515..58c617e4 100644
--- a/polyp/polyplib-internal.h
+++ b/polyp/polyplib-internal.h
@@ -35,10 +35,10 @@
#include "native-common.h"
#include "client-conf.h"
-#define DEFAULT_TLENGTH (10240*8)
+#define DEFAULT_TLENGTH (44100*2*2/10) //(10240*8)
#define DEFAULT_MAXLENGTH ((DEFAULT_TLENGTH*3)/2)
-#define DEFAULT_PREBUF DEFAULT_TLENGTH
#define DEFAULT_MINREQ 512
+#define DEFAULT_PREBUF (DEFAULT_TLENGTH-DEFAULT_MINREQ)
#define DEFAULT_FRAGSIZE 1024
#define DEFAULT_TIMEOUT (10)