pulse-server: don't write too small buffers

Fixes #399
This commit is contained in:
Wim Taymans 2020-12-11 18:09:21 +01:00
parent d71259a02c
commit 00295b64b5
2 changed files with 9 additions and 5 deletions

View file

@ -42,6 +42,7 @@
#define MIN_BUFFERS 8u
#define MAX_BUFFERS 64u
#define MIN_BLOCK 64u
#define MIN_SAMPLES 16u
#define MIN_USEC (MIN_SAMPLES * SPA_USEC_PER_SEC / 48000u)