mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
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:
parent
8c39a5c16c
commit
b494bd62dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue