pulse-server: tweak some parameters to get lower latency

This commit is contained in:
Wim Taymans 2020-12-04 15:10:52 +01:00
parent ecc975d089
commit 745b7ee900
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
#define MIN_BUFFERS 8u
#define MAX_BUFFERS 64u
#define MIN_SAMPLES 24u
#define MIN_SAMPLES 16u
#define MIN_USEC (MIN_SAMPLES * SPA_USEC_PER_SEC / 48000u)
#define MAXLENGTH (4*1024*1024) /* 4MB */