mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: disable idle.timeout by default
Only enable pulse.idle.timeout for selected applications (speech-dispatcher) and let other applications be. We can also lower the minreq and min-quantum of speech-dispatcher now. Fixes #2880
This commit is contained in:
parent
a6f8790ece
commit
45235172c8
2 changed files with 6 additions and 6 deletions
|
|
@ -85,7 +85,7 @@
|
|||
#define DEFAULT_MIN_QUANTUM "256/48000"
|
||||
#define DEFAULT_FORMAT "F32"
|
||||
#define DEFAULT_POSITION "[ FL FR ]"
|
||||
#define DEFAULT_IDLE_TIMEOUT "5"
|
||||
#define DEFAULT_IDLE_TIMEOUT "0"
|
||||
|
||||
#define MAX_FORMATS 32
|
||||
/* The max amount of data we send in one block when capturing. In PulseAudio this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue