filter-chain: remove some lines from the config

This commit is contained in:
Wim Taymans 2021-05-10 13:11:36 +02:00
parent 1bfde16a89
commit 7b759e7961

View file

@ -23,18 +23,13 @@ context.modules = [
}
{ name = libpipewire-module-protocol-native }
{ name = libpipewire-module-client-node }
{ name = libpipewire-module-client-device }
{ name = libpipewire-module-adapter }
{ name = libpipewire-module-filter-chain
args = {
#node.latency = <latency as fraction>
node.name = "rnnoise_source"
node.description = "Noise Canceling source"
media.name = "Noise Canceling source"
#audio.rate = <sample rate>
#audio.channels = <number of channels>
#audio.position = <channel map>
filter.graph = {
nodes = [
{
@ -47,8 +42,6 @@ context.modules = [
}
}
]
inputs = [ "rnnoise:Input (L)" "rnnoise:Input (R)" ]
outputs = [ "rnnoise:Output (L)" "rnnoise:Output (R)" ]
}
capture.props = {
node.passive = true