summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 19:39:46 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 19:39:46 +0000
commitd45abba9aa4090ebeaf09ec9ec324709e04a1bbf (patch)
tree88bd15b4123bb82bbbf6236673941f613ca8517e /polyp/polyplib-internal.h
parent4583c22bfd490e2cdc7ebb151a566c85987bd791 (diff)
calculate buffer sizes from sample spec
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@306 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-internal.h')
-rw-r--r--polyp/polyplib-internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/polyp/polyplib-internal.h b/polyp/polyplib-internal.h
index 4289b3c8..d1b3a27f 100644
--- a/polyp/polyplib-internal.h
+++ b/polyp/polyplib-internal.h
@@ -37,12 +37,6 @@
#include "strlist.h"
#include "mcalign.h"
-#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)
-#define DEFAULT_FRAGSIZE 1024
-
#define DEFAULT_TIMEOUT (10)
struct pa_context {