mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
doc: in user-facing config examples, indicate which file it goes into
Add suggestions for config fragments in config file examples, as
applicable.
(cherry picked from commit ec5684302c)
This commit is contained in:
parent
5e0899b29e
commit
c63ae35034
34 changed files with 142 additions and 26 deletions
|
|
@ -41,8 +41,9 @@ may also be specified, see \ref page_man_pipewire_conf_5 "pipewire.conf(5)".
|
|||
# JACK PROPERTIES @IDX@ jack.conf
|
||||
|
||||
The configuration file can contain an extra JACK specific section called `jack.properties` like this:
|
||||
```
|
||||
...
|
||||
```css
|
||||
# ~/.config/pipewire/jack.conf.d/custom.conf
|
||||
|
||||
jack.properties = {
|
||||
#rt.prio = 88
|
||||
#node.latency = 1024/48000
|
||||
|
|
@ -204,7 +205,9 @@ on the client and node object of the jack client.
|
|||
|
||||
Add a `jack.rules` section in the config file like this:
|
||||
|
||||
```
|
||||
```css
|
||||
# ~/.config/pipewire/jack.conf.d/custom.conf
|
||||
|
||||
jack.rules = [
|
||||
{
|
||||
matches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue