Created
May 19, 2022 12:37
-
-
Save NoXPhasma/e936061b9e41a0d0d86e4951c0398add to your computer and use it in GitHub Desktop.
pipewire-noise-canceling-source.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=PipeWire Input Filter Chain | |
After=pipewire.service | |
BindsTo=pipewire.service | |
[Service] | |
ExecStart=/usr/bin/pipewire -c filter-chain/librnnoise_ladspa.conf | |
Type=simple | |
Restart=on-failure | |
[Install] | |
WantedBy=pipewire.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment