about summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pipewire/daemon/client-rt.conf.json
blob: c204606193af55c51d81cc8f597ce02535f0aab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "context.properties": {
    "log.level": 0
  },
  "context.spa-libs": {
    "audio.convert.*": "audioconvert/libspa-audioconvert",
    "support.*": "support/libspa-support"
  },
  "context.modules": [
    {
      "name": "libpipewire-module-rt",
      "args": {},
      "flags": [
        "ifexists",
        "nofail"
      ]
    },
    {
      "name": "libpipewire-module-protocol-native"
    },
    {
      "name": "libpipewire-module-client-node"
    },
    {
      "name": "libpipewire-module-client-device"
    },
    {
      "name": "libpipewire-module-adapter"
    },
    {
      "name": "libpipewire-module-metadata"
    },
    {
      "name": "libpipewire-module-session-manager"
    }
  ],
  "filter.properties": {},
  "stream.properties": {},
  "alsa.properties": {},
  "alsa.rules": [
    {
      "matches": [
        {
          "application.process.binary": "resolve"
        }
      ],
      "actions": {
        "update-props": {
          "alsa.buffer-bytes": 131072
        }
      }
    }
  ]
}