pipewire: 0.3.63 -> 0.3.63

This commit is contained in:
R. Ryantm 2022-12-27 01:04:17 +00:00
parent c2e1d345cb
commit 0fe0ee997f
3 changed files with 42 additions and 6 deletions

View File

@ -33,6 +33,31 @@
"actions": {
"update-props": {}
}
},
{
"matches": [
{
"application.process.binary": "jack_bufsize"
}
],
"actions": {
"update-props": {
"jack.global-buffer-size": true
}
}
},
{
"matches": [
{
"application.process.binary": "qsynth"
}
],
"actions": {
"update-props": {
"node.pause-on-idle": false,
"node.passive": true
}
}
}
]
}

View File

@ -32,10 +32,12 @@
"args": {}
}
],
"context.exec": [
"context.exec": [],
"pulse.cmd": [
{
"path": "pactl",
"args": "load-module module-always-sink"
"cmd": "load-module",
"args": "module-always-sink",
"flags": []
}
],
"stream.properties": {},
@ -89,13 +91,14 @@
{
"matches": [
{
"application.name": "~speech-dispatcher*"
"application.name": "~speech-dispatcher.*"
}
],
"actions": {
"update-props": {
"pulse.min.req": "1024/48000",
"pulse.min.quantum": "1024/48000"
"pulse.min.req": "512/48000",
"pulse.min.quantum": "512/48000",
"pulse.idle.timeout": 5
}
}
}

View File

@ -70,6 +70,14 @@
},
{
"name": "libpipewire-module-session-manager"
},
{
"name": "libpipewire-module-x11-bell",
"args": {},
"flags": [
"ifexists",
"nofail"
]
}
],
"context.objects": [