mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Pipewire] fix pipewire-noise-filter not loading because of wrong extension
This commit is contained in:
parent
68922c9348
commit
6037992607
1 changed files with 3 additions and 2 deletions
|
|
@ -4,13 +4,13 @@
|
||||||
, noiseFilterStrength
|
, noiseFilterStrength
|
||||||
}:
|
}:
|
||||||
|
|
||||||
writeText "pipewire-noise-filter.cfg" ''
|
writeText "pipewire-noise-filter.conf" ''
|
||||||
# Noise canceling source
|
# Noise canceling source
|
||||||
#
|
#
|
||||||
# start with pipewire -c filter-chain/source-rnnoise.conf
|
# start with pipewire -c filter-chain/source-rnnoise.conf
|
||||||
#
|
#
|
||||||
context.properties = {
|
context.properties = {
|
||||||
log.level = 1
|
log.level = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
context.spa-libs = {
|
context.spa-libs = {
|
||||||
|
|
@ -51,6 +51,7 @@ context.modules = [
|
||||||
node.passive = true
|
node.passive = true
|
||||||
}
|
}
|
||||||
playback.props = {
|
playback.props = {
|
||||||
|
node.name = "rnnoise_source.output"
|
||||||
media.class = Audio/Source
|
media.class = Audio/Source
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue