nix-config/config/audio-server/pipewire-pulse.conf.in.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
688 B
JSON
Raw Normal View History

2021-09-20 22:26:37 +02:00
{
2022-09-25 19:47:58 +02:00
"context.exec": [
2021-09-20 22:26:37 +02:00
{
2022-09-25 19:47:58 +02:00
"path": "pactl",
"args": "load-module module-zeroconf-publish"
2021-09-20 22:26:37 +02:00
}
2022-09-25 19:47:58 +02:00
],
"pulse.properties": {
"auth-ip-acl": [
"127.0.0.0/8",
"::1/128",
"fd23:42:c3d2:500::/56",
"172.22.99.0/24",
"172.20.72.0/21",
"2a00:8180:2c00:200::/56",
"2a0f:5382:acab:1400::/56"
],
"pulse.min.req": "256/48000",
"pulse.default.req": "960/48000",
"pulse.min.frag": "256/48000",
"pulse.default.frag": "96000/48000",
"pulse.default.tlength": "96000/48000",
"pulse.min.quantum": "256/48000",
"pulse.default.format": "F32",
"server.address": [
"unix:native",
"tcp:4713"
]
}
2021-09-20 22:26:37 +02:00
}