-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path99-rmscenterpan-sink.conf
More file actions
32 lines (32 loc) · 1.06 KB
/
99-rmscenterpan-sink.conf
File metadata and controls
32 lines (32 loc) · 1.06 KB
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
context.modules = [
{
name = libpipewire-module-filter-chain
args = {
node.name = "rmscenterpan-plugin"
node.description = "RMSCenterPan"
filter.graph = {
nodes = [
{
type = lv2
name = rmscenterpan-node
plugin = "http://example.com/plugins/rmscenterpan-plugin"
control = {
tau = 10.0
}
}
]
inputs = [ "rmscenterpan-node:inl" "rmscenterpan-node:inr" ]
outputs = [ "rmscenterpan-node:outl" "rmscenterpan-node:outr" ]
}
capture.props = {
media.class = "Audio/Sink"
audio.position = [ FL FR ]
}
playback.props = {
node.passive = true
target.object = "alsa_output.pci-XXXX_XX_XX.X.analog-stereo"
audio.position = [ FL FR ]
}
}
}
]