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 = [
|
||||
[ '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-7.1-hesuvi.conf', 'sink-virtual-surround-7.1-hesuvi.conf' ],
|
||||
[ 'sink-dolby-surround.conf', 'sink-dolby-surround.conf' ],
|
||||
|
|
|
|||
|
|
@ -14,25 +14,25 @@ context.modules = [
|
|||
name = mix
|
||||
type = builtin
|
||||
label = mixer
|
||||
control = {
|
||||
"Gain 1" = 0.5
|
||||
"Gain 2" = 0.5
|
||||
}
|
||||
control = {
|
||||
"Gain 1" = 0.5
|
||||
"Gain 2" = 0.5
|
||||
}
|
||||
}
|
||||
]
|
||||
inputs = [ "mix:In 1" "mix:In 2" ]
|
||||
outputs = [ "mix:Out" ]
|
||||
inputs = [ "mix:In 1" "mix:In 2" ]
|
||||
outputs = [ "mix:Out" ]
|
||||
}
|
||||
capture.props = {
|
||||
node.name = "mix_input.mix-FL-FR-to-FL"
|
||||
audio.position = [ FL FR ]
|
||||
media.class = "Audio/Sink"
|
||||
node.name = "mix_input.mix-FL-FR-to-FL"
|
||||
audio.position = [ FL FR ]
|
||||
media.class = "Audio/Sink"
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "mix_output.mix-FL-FR-to-FL"
|
||||
audio.position = [ FL ]
|
||||
node.name = "mix_output.mix-FL-FR-to-FL"
|
||||
audio.position = [ FL ]
|
||||
stream.dont-remix = true
|
||||
node.passive = true
|
||||
node.passive = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue