pulse-server: increase min quantum values

The default values of 128/48000 seem to be too low as a good default.
Bump them to 256/48000.

Fixes #4875
This commit is contained in:
Wim Taymans 2025-11-06 12:52:48 +01:00
parent eec5eaf8df
commit 7bd65cfe93
3 changed files with 12 additions and 12 deletions

View file

@ -57,12 +57,12 @@
#include "volume.h"
#define DEFAULT_ALLOW_MODULE_LOADING "true"
#define DEFAULT_MIN_REQ "128/48000"
#define DEFAULT_MIN_REQ "256/48000"
#define DEFAULT_DEFAULT_REQ "960/48000"
#define DEFAULT_MIN_FRAG "128/48000"
#define DEFAULT_MIN_FRAG "256/48000"
#define DEFAULT_DEFAULT_FRAG "96000/48000"
#define DEFAULT_DEFAULT_TLENGTH "96000/48000"
#define DEFAULT_MIN_QUANTUM "128/48000"
#define DEFAULT_MIN_QUANTUM "256/48000"
#define DEFAULT_FORMAT "F32"
#define DEFAULT_POSITION "[ FL FR ]"
#define DEFAULT_IDLE_TIMEOUT "0"