mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: require at least 32 samples per buffer
This commit is contained in:
parent
235d25316c
commit
6b2ec6d619
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#define MAX_BUFFERS 64u
|
||||
|
||||
#define MIN_BLOCK 64u
|
||||
#define MIN_SAMPLES 16u
|
||||
#define MIN_SAMPLES 32u
|
||||
#define MIN_USEC (MIN_SAMPLES * SPA_USEC_PER_SEC / 48000u)
|
||||
|
||||
#define MAXLENGTH (4*1024*1024) /* 4MB */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue