mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
filter-chain: fix build
This commit is contained in:
parent
9861e0f5f5
commit
ac90a0db13
2 changed files with 14 additions and 13 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
conf_files = [
|
conf_files = [
|
||||||
[ 'demonic.conf', 'demonic.conf' ],
|
[ 'demonic.conf', 'demonic.conf' ],
|
||||||
[ 'duplicate-FL.conf', 'duplicate-FL.conf' ],
|
[ 'source-duplicate-FL.conf', 'source-duplicate-FL.conf' ],
|
||||||
|
[ 'sink-mix-FL-FR.conf', 'sink-mix-FL-FR.conf' ],
|
||||||
[ 'sink-virtual-surround-5.1-kemar.conf', 'sink-virtual-surround-5.1-kemar.conf' ],
|
[ 'sink-virtual-surround-5.1-kemar.conf', 'sink-virtual-surround-5.1-kemar.conf' ],
|
||||||
[ 'sink-virtual-surround-7.1-hesuvi.conf', 'sink-virtual-surround-7.1-hesuvi.conf' ],
|
[ 'sink-virtual-surround-7.1-hesuvi.conf', 'sink-virtual-surround-7.1-hesuvi.conf' ],
|
||||||
[ 'sink-dolby-surround.conf', 'sink-dolby-surround.conf' ],
|
[ 'sink-dolby-surround.conf', 'sink-dolby-surround.conf' ],
|
||||||
|
|
|
||||||
|
|
@ -14,25 +14,25 @@ context.modules = [
|
||||||
name = mix
|
name = mix
|
||||||
type = builtin
|
type = builtin
|
||||||
label = mixer
|
label = mixer
|
||||||
control = {
|
control = {
|
||||||
"Gain 1" = 0.5
|
"Gain 1" = 0.5
|
||||||
"Gain 2" = 0.5
|
"Gain 2" = 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
inputs = [ "mix:In 1" "mix:In 2" ]
|
inputs = [ "mix:In 1" "mix:In 2" ]
|
||||||
outputs = [ "mix:Out" ]
|
outputs = [ "mix:Out" ]
|
||||||
}
|
}
|
||||||
capture.props = {
|
capture.props = {
|
||||||
node.name = "mix_input.mix-FL-FR-to-FL"
|
node.name = "mix_input.mix-FL-FR-to-FL"
|
||||||
audio.position = [ FL FR ]
|
audio.position = [ FL FR ]
|
||||||
media.class = "Audio/Sink"
|
media.class = "Audio/Sink"
|
||||||
}
|
}
|
||||||
playback.props = {
|
playback.props = {
|
||||||
node.name = "mix_output.mix-FL-FR-to-FL"
|
node.name = "mix_output.mix-FL-FR-to-FL"
|
||||||
audio.position = [ FL ]
|
audio.position = [ FL ]
|
||||||
stream.dont-remix = true
|
stream.dont-remix = true
|
||||||
node.passive = true
|
node.passive = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue