mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: use at least MIN_SAMPLES of samples per buffer
This commit is contained in:
parent
d01586bfa5
commit
fde36ac6c2
2 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
#define MIN_BUFFERS 8u
|
||||
#define MAX_BUFFERS 64u
|
||||
|
||||
#define MIN_SAMPLES 24u
|
||||
|
||||
#define MAXLENGTH (4*1024*1024) /* 4MB */
|
||||
#define DEFAULT_TLENGTH_MSEC 2000 /* 2s */
|
||||
#define DEFAULT_PROCESS_MSEC 20 /* 20ms */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue