summaryrefslogtreecommitdiff
path: root/files/audio/pipewire/92-user.conf
blob: 329f9ad032290a49434243cbdd7e4cad27e42c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
context.properties = {
  default.clock.rate = 48000
  default.clock.quantum = 1024
  default.clock.min-quantum = 16
  default.clock.max-quantum = 4096
  # https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Config-PipeWire#setting-buffer-size-quantum
  # quantum settings above are scaled when rate is different than clock.rate.
  # -limit and -floor apply to the scaled values.
  default.clock.quantum-limit = 8192
  default.clock.quantum-floor = 16
  default.video.width = 640
  default.video.height = 480
  default.video.rate.num = 25
  default.video.rate.denom = 1
}

stream.properties = {
  resample.quality = 10
  channelmix.normalize = false
}