From 081659b1426791d7191423a0f84a7aaf201f1059 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 11 Jan 2023 17:05:12 +0100 Subject: [PATCH] pipewire: added qpwgraph --- wiki/linux/pipewire.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wiki/linux/pipewire.md b/wiki/linux/pipewire.md index e2c7dfb..21ffb82 100644 --- a/wiki/linux/pipewire.md +++ b/wiki/linux/pipewire.md @@ -16,8 +16,12 @@ Make sure to restart to be sure everything is running correctly. ## Usage For simple sound processing in the form of volume adjustment as well as setting -the default input and output devices `pavucontrol` can be used as a simple -mixer. +the default input and output devices +[`pavucontrol`](https://freedesktop.org/software/pulseaudio/pavucontrol/) can be +used as a simple mixer. +For more advanced routing [`qpwgraph`](https://github.com/rncbc/qpwgraph) is +recommended. +`qpwgraph` is a graph-based interface using the Qt interface. For further sound processing the easiest way to do so is using [easyeffects](/wiki/linux/easyeffects.md) which features a wide range of effects to apply to sound streams including noise reduction.