projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c39a5c
)
loopback: Change memblockq length
author
Georg Chini
<georg@chini.tk>
Sun, 5 Jun 2016 19:05:07 +0000
(21:05 +0200)
committer
Tanu Kaskinen
<tanuk@iki.fi>
Wed, 13 Jul 2016 22:13:19 +0000
(
01:13
+0300)
The size of the memblockq must be increased to allow for long latencies
at high sample rates.
src/modules/module-loopback.c
patch
|
blob
|
history
diff --git
a/src/modules/module-loopback.c
b/src/modules/module-loopback.c
index 6539a957a6a868ffea388568fd104c64177d3dbd..28b087abb08a7c5696d7f3d3da96d9044fe6b4e6 100644
(file)
--- a/
src/modules/module-loopback.c
+++ b/
src/modules/module-loopback.c
@@
-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)