Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NoXPhasma/e936061b9e41a0d0d86e4951c0398add to your computer and use it in GitHub Desktop.
Save NoXPhasma/e936061b9e41a0d0d86e4951c0398add to your computer and use it in GitHub Desktop.
pipewire-noise-canceling-source.service
[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