Skip to content

Commit

Permalink
Remove limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Dec 23, 2024
1 parent 094053d commit f47a8ed
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions usr/share/pipewire/filter-chain/source-rnnoise-smart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,14 @@ context.modules = [
"Makeup gain (dB)" = 12.0
}
audio.channels = 1
},
{
type = ladspa
name = "limiter"
plugin = "/usr/lib/ladspa/fast_lookahead_limiter_1913.so"
label = "fastLookaheadLimiter"
control = {
"Input gain (dB)" = 6.0
"Limit (dB)" = -6.0
"Release time (s)" = 0.2
}
audio.channels = 1
}
]
"links" = [
{ output = "gate:Output" input = "rnnoise:Input" },
{ output = "rnnoise:Output" input = "compressor:Left input" },
{ output = "compressor:Left output" input = "limiter:Input 1" }
{ output = "rnnoise:Output" input = "compressor:Left input" }
]
"inputs" = [ "gate:Input" ]
"outputs" = [ "limiter:Output 1" ]
"outputs" = [ "compressor:Left output" ]
}
"audio.channels" = 1
"capture.props" = {
Expand Down

0 comments on commit f47a8ed

Please sign in to comment.