loopback: Change memblockq length

The size of the memblockq must be increased to allow for long latencies
at high sample rates.
This commit is contained in:
Georg Chini 2016-06-05 21:05:07 +02:00 committed by Tanu Kaskinen
parent 8c39a5c16c
commit b494bd62dd

View file

@ -59,7 +59,7 @@ PA_MODULE_USAGE(
#define DEFAULT_LATENCY_MSEC 200
#define MEMBLOCKQ_MAXLENGTH (1024*1024*16)
#define MEMBLOCKQ_MAXLENGTH (1024*1024*32)
#define DEFAULT_ADJUST_TIME_USEC (10*PA_USEC_PER_SEC)