mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
filter-chain: remove some lines from the config
This commit is contained in:
parent
1bfde16a89
commit
7b759e7961
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue