mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: allow per-application latency quirks
Make it possible to set latency and buffer parameters in the matching rules. Add a rule for speech-dispatcher and force it to some larger latency.
This commit is contained in:
parent
7f08cadca4
commit
4f57f3cdae
4 changed files with 55 additions and 18 deletions
|
|
@ -86,6 +86,13 @@ struct stream {
|
|||
uint32_t last_quantum;
|
||||
int64_t requested;
|
||||
|
||||
struct spa_fraction min_req;
|
||||
struct spa_fraction default_req;
|
||||
struct spa_fraction min_frag;
|
||||
struct spa_fraction default_frag;
|
||||
struct spa_fraction default_tlength;
|
||||
struct spa_fraction min_quantum;
|
||||
|
||||
struct sample_spec ss;
|
||||
struct channel_map map;
|
||||
struct buffer_attr attr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue